Forums

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

Is There a Way to Bulk Upload Issues With Newly Added Post Function?

Jacob Dickey
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!
May 3, 2022

I was running into a problem where the resolution date in Jira Align was not being set.
 
Now that I added a new post function to correct the workflow, the resolution date is correctly being set for issues moving to the 'Accepted' state.

However, this newly added post function does not apply to previous issues that are already in the 'Accepted' state. 

I was wondering if there was a way to bulk update all issues so that they are applied with the newly added post function and all of their resolution dates will be populated with the date that they moved to the 'Accepted' state.

1 answer

1 vote
padraik
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.
May 10, 2022

Can I assume that previously there was no resolution being applied when issues transitioned to the "Accepted" status?

If that's the case, the best suggestion I have would be using scriptrunner to iterate through your issues that are in status "Accepted" and have no resolution. For each of them, get the date that they transitioned to "Accepted" and set the resolution date to that value.

Jacob Dickey
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!
May 11, 2022

Yes, that is correct. Previously, no resolution was being applied when issues moved to the "Accepted" status. 

Thanks! That seems like a reasonable solution. However, I am not familiar with scriptrunner and I do not think my company has access to it. Also, how would I determine what date they moved to "Accepted"? Is there a date better than the issue's last updated date? That could potentially work, but it would assume that nothing in the issue has been updated since being "Accepted".
I would still argue that anything is better than nothing, but I also would say last updated date isn't completely reliable. 

padraik
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.
May 12, 2022

You can view a ticket's "Activity" at the bottom of the page - it's the same section where you normally view Comments.

In my example here, the ticket transitioned to the "Done" status on 4/28 at 12:23 PM

Annotation 2.png

You could see this information presented a different way in the "History" tab, which is right beside the "Activity" one

Suggest an answer

Log in or Sign up to answer