Hello!
I need to change Resolved date of a group of issues. I need to replace it by the last transition date.
I managed with a first part - a changing. But now I can not get the required date, becouse I found out ScripRunner Cloud has not scripted fields.
It there a way to finish my need and have required dates? It could be an export file or any possible workaround.
Thank you in advance!
With regards
Vyacheslav
Hello,
You can write a program using Jira Cloud Rest Api. Get all issues by the select Rest Api Call. Then get the history for all issues form the first REST call, using the issue Rest Call. Then look for the last transaction and get the date of the last transaction. then update the resolved date.
Hi Alexey,
Thanks for the answer!
In what language can this program be written? Is there some information about using Jira Cloud Rest Api?
I have never used it before)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can write the program in any language you want. Most languages can do rest calls. Here you can find info about Jira Cloud Rest Api:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Alexey! Added to favorites (y)
I found a little bit easier solution in my case. I got it by using Xporter plugin which allows to get many history events including transition dates.
See you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.