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

Bulk operation without affecting "updated field"

Ankuskum September 13, 2021

Hello All,

We need to perform couple of changes in our jira and need to update multiple issue field in that.

Is there any possibility to perform bulk updates in JIRA without updating "update field".

Except database update because we need to perform lot of changes.

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 14, 2021

No, all changes are logged in issue trackers.

Ankuskum September 14, 2021

Is there any possibility with script runner groovy? Or any other plugins.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 14, 2021

You can, yes, because Scriptrunner can get directly to the Java api calls.

But you'll need to go in at a low level rather than using the standard "update" APIs that are well documented and strongly recommended.

0 votes
Chris Schneider
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.
September 14, 2021

Well, I had the same issue some weeks ago. I didn't realize, until it was too late. The effect was, that the "last update date" was changed on all modified issues to the date of my action.

 

An idea to go around this:

Perhaps you could add a custom field, into which you copy the "last update date".

Then you do your modification.

Then you copy back the date using scriptrunner.

 

let me know, if it has worked. :-) 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events