You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
No, all changes are logged in issue trackers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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. :-)
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.