0

I want to create a custom text field in user stories of JIRA. Once the custom field is created, when someone inserts/updates the custom field, I want to fetch the data on custom field to an external program in any format (i.e. String, JSON, .doc, .xls, .csv etc.)

P.S. I'm not a JIRA Administrator.

Thanks in Advance.

1 Answer 1

1

This documentation from JIRA provides you simple steps on how to add a custom field on JIRA for your own project, but for this to happen - you have to be a JIRA Administrator. This can't be helped much, as this is a limitation from JIRA itself.

But having said that, if you get it sorted from a JIRA Administrator from your Organization - getting the details of the newly added custom field is not that difficult. JIRA REST APIs will come to rescue in that scenario.

You can simply fire the following REST GET API call to get the details that are intended to known by you!

curl -D- -u fred:fred -X GET -H "Content-Type: application/json" https://jira.fred.com/rest/api/2/issue/FRD-88651

The call will further provide you the necessary details! Hope this answers your query!

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you very much. I'll try it once I contact the JIRA administrator.
Hi @N00b pr0grammer, do you have any idea how to fetch default values of user stories in JIRA ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.