Forums

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

Getting the mapping between Status and StatusCategory

Richard George
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 7, 2019

The problem I'm solving is to associate an employee and cost to tickets being worked per month. For example, if a ticket is moved from new to indeterminate and then to done over two days, then the cost of that employee for the two days is allocated to the ticket. 

I am using cloud Jira with multiple projects. Data processing is via the ETL functionality of Domo. 

I can use

project = GALACTICA AND status changed during("2019-07-01", "2019-07-31")

to get a list of all issues that changes state for July for the single project GALACTICA. What I need next is the list of status in GALACTICA and how that maps to the statusCategory. 

Is there anyway I can get this data either using a JQL statement?

Any help would be much appreciated.

Regards, Richard

 

 

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 8, 2019

Hi Richard,

There is not a direct method to get a list of statuses in a particular project other than looking at the workflow in the application front end, and comparing them to the statuses category mappings in the administration section, but as a workaround check out the following post that covers this question in more detail giving some API calls that can be used in combination to tie the info together, Noting the mentioned feature request in the second comment has been implemented stabilizing the endpoint with full details in the linked feature request:

Regards,
Earl

Suggest an answer

Log in or Sign up to answer