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 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.
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.