Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

List all the issues of a project with JIRA Python

srikanth January 26, 2018

when I click on create tab there are a list of attributes like epic, request type, and there are drop downs under many of those categories. How can I export all the contents of the attributes to an excel file?

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 26, 2018

Go to the "issues" menu and select "search".  Search for the issues you want to see, then select "export to csv" from the tools menu.

srikanth January 26, 2018

I don't want to sort based on issues. I need to extract the attribute fields. For e.g. when I try to create a new issue, there are multiple fields (request type, issue type etc) under some of these fields there are drop downs. So I need an extract of all the fields that are present. not the actual data related to an issue

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 26, 2018

Oh, right, sorry.  "List all the issues of a project" says you want a list of issues, not the fields that are available.

There's nothing in the UI other than the actual screens you use to create or edit, and you can only see those in Admin or by using the screens, which you'd then have to copy manually.

A better option is using the createmeta option in a REST call - see https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#getting-metadata-for-creating-issues-examples  Json will be easier to convert to excel than a screen-scrape.

srikanth January 26, 2018

THANK YOU VERY MUCH! that was helpful

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events