Is there a way to mass change several projects for a single field? I know about the bulk change option, but that's not what I need. I need to select a single custom field for several projects and change the value of that field ... but I don't want to change them all to the same value.
Example ... I have projects 1 through 10. I have a custom ranking field on these and I want to assign them as follows:
Project 1 to rank of 100
Project 2 to rank of 200
Project 3 to rank of 300
Project 4 to rank of 400
Project 5 to rank of 500
Project 6 to rank of 600
Project 7 to rank of 700
Project 8 to rank of 800
Project 9 to rank of 900
Project 10 to rank of 1000
I'm only finding where bulk change allows me to change all of them to 100 or whatever ... not where I can pull up a list of projects and individually edit a specific field. Is there a way to accomplish this?
you would need to do each project separately.
alternatively you might be able to construct an automation (manual trigger) do achieve this but it will be a bit tedious so I would only embark down this path if you will be doing this frequently.
I'd definitely try to do this directly in the database or via the Jira REST API. The whole problem cries for a programmatic solution, as doing this manually can be really tedious and error prone.
You should be able to program your selection logic easily, and then execute the UPDATE statement via the database or the "update" REST API call.
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.