Community moderators have prevented the ability to post new answers.
Hi,
In the issue navigator you have an option to export the result of the JQL in excel.
Hello @Mohamed Benziane
Thanks for your response.
JQL will give me the only value that is used in issues. Not all the values that custom field has.
I m looking for the way that will allow me to grap all listed values in the custom field.
For exam
I create a custom field "alpha"
I set value
A
B
C
D
E
F
G
Now i want to export in a report all values of custom field "alpha"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can try the REST API
/rest/api/2/issue/<yourIssueKey>?expand=editmeta&fields=customfield_ID
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.