Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Is there a way to export the field statusCategoryChangedDate to csv file like other fields?

I Have the following filter:
issuetype = Story AND project = NPAMGA AND status in (DONE, Done) AND "Epic Link" = NPAMGA-1300 ORDER BY summary DESC, statusCategoryChangedDate DESC, updated DESC, statusCategory ASC, created DESC, issuetype DESC, status DESC

All fields are generated on CSV file, except statusCategoryChangedDate, wich is essential for me measuring de time using that Date.

Is there a way to export da specifc date as the other fields?

Thanks
Cesar Theobaldo

2 answers

1 vote
chris.reyes
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.
Aug 10, 2020

The easiest work-around I've found is to create your filter, add the StatusCategoryChangedDate field to that filter and then export to HTML.  From there, I open the HTML in my browser, select and copy all the cells in that table, and then paste into an empty sheet in Excel.

I'm using it right now to help calculate velocity for my different teams.

Great workaround for what should be a straightforward issue to resolve. 

0 votes
Zoryana Bohutska _SaaSJet_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Apr 21, 2020

Hi @cesar_theobaldo 

Do you want to export data about when issues statuses were changed?

Hi, @Zoryana Bohutska _SaaSJet_ , thanks for replying!

That´s exactly what a I need. ! All the other fields are exported on my generated *.CSV file. 
But the especific one date da issue status changed, does not show on the *.CSV File. and it is crucial for my KPI´s.

Can you give me any hint to solve theses situation?

Thanks a Lot again.
Cesar Theobaldo

Zoryana Bohutska _SaaSJet_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Apr 22, 2020

Hi@cesar_theobaldo 

I don't know any built-in solutions in Jira, but you can consider third-party tools from Atlassian marketplace like Issue History.

It lets you view and export all kind of changelogs for issues you need (including status changes). There are you can monitor who made changes and when. 

Hope it will help you.

Suggest an answer

Log in or Sign up to answer