Forums

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

List with all statuses in the instance

Magdalena Zhisheva
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.
February 10, 2022

Hi all, 

Can somebody give an advise on how to get a list with the all statuses in the gira instances?

I tried with the REST API but I am not pretty sure how to download the information, so I can transform it to actual status list, which I may use, track and follow.

EDIT: We can't use https://<yourinstance>.atlassian.net/secure/admin/ViewStatuses.jspa as in this section we are able to see only the statuses created in Company-Managed Projects. When we use some tools or even JQL, some statuses created in Team-Managed projects appear and we wont to replace/delete some of them, so we need a list. Manually searching is not a proper way as we can miss something. 

 

Thanks in advance for all your assistance!

1 answer

0 votes
Tim Perrault
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.
February 10, 2022

Hi @Magdalena Zhisheva 

 

If you are an admin you could go to https://<yourinstance>.atlassian.net/secure/admin/ViewStatuses.jspa

 

Thanks,

Tim

Magdalena Zhisheva
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.
February 10, 2022

Hi @Tim Perrault , 

Thank you, but it in this section we are able to see only the statuses created in Company-Managed Projects. When we use some tools or even JQL, some statuses created in Team-Managed projects appears and we wont to replace/delete some of them, so we need a list. Manually searching is not a proper way as we can miss something. 

Cheers, 

Magdalena

Ajay _view26_
Community Champion
February 10, 2022

Yes .. @Tim Perrault  nailed it !

Otherwise you would need to paste the rest response in a JSON Editor and use a parser to extract the relevant ones 

Cheers

Ajay

Like Magdalena Zhisheva likes this
Tim Perrault
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.
February 10, 2022

Here is a page that lists the default statuses and combining that with company managed project statuses should give you a full list. From my understanding only company managed projects can have custom statuses.

Magdalena Zhisheva
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.
February 10, 2022

Thank you @Ajay _view26_ ! I was able to get the list when using JSON Editor, than used a tool which converts JSON to .CSV and then in Excel/Google Sheets.

It will be useful if you have it somewhere in the instance but....

 

@Tim Perrault you can create custom statuses in Team-managed projects.

I will check the list you sent but our users have created their own statuses in Team-managed projects and so far it seems that we have 627 statuses according the REST API.

Suggest an answer

Log in or Sign up to answer