I want to update all done tasks so that the due date = the done date, if the due date wasn't previously set. I can easily write an automation that does this when existing tasks transition to done, however I can't see how to do it for existing tasks with a done status.
Is there a variable that would capture this info?
Thanks.
Hi @mark hardwick ,
Welcome to the community !!
You can make use of import issues functionalities.
More details about import is in https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-a-csv-file/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @mark hardwick ,
If you want to discover when a task changed its status, try using the Status Entry Date report in the Time in Status app (developed by my team). I hope you find it useful.
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.
Welcome to the community !!
You can use Jira Rest API's to build your own custom solution and track transition dates for overall issue cycle. Or for a readymade solution, a mktplace app can help here. If you are open to try out one, do take a look at
One of the many reports which the app provides is Status Transition Dates.
The app has 20+ reports to meet a variety of time in status use cases.
Disclaimer : I work for the vendor who built this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
If you prefer using a marketplace app, you can try Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status but you can also get a report of how many times the status of each issue is changed and when. Thus, you can get the date that a task was transitioned to DONE.
Here is the online demo link, you can see it in action and try without installing the app.
For your case, you can have a look at Status Count And Entry Dates report. Entry date(see In Development, Ready for Testing, In Testing, In Development columns.) is status transition date and status count(see #In Development, #Ready for Testing, #In Testing, #In Development columns) is how many times an issue is entered to this status.
For further details, you can have a look at Status Time Reports How to Videos.
App Features:
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
If you have any questions, feel free to schedule a demo with us.
Hope it helps.
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.