We have a few custom fields:
During Planning, we assign developers and reviewers to tickets in those fields.
When an issue moves from To Do to In Progress, I would like the automation to put the value contained in Dev Resource into the Assignee field, and the same for the Reviewer.
Starting out, I've got:
When: Issue transitioned FROM To Do TO In Progress
Then: Edit issue fields Assignee
Unfortunately, I have lists of users, Copy from parent/child options, but no way to actually map the Dev Resource field to the Assignee, same for Reviewer. Am I missing a step? I'd also like to do the reverse. If something goes back from Review to In Progress, it should be assigned back to whoever was the Dev resource.
Configuring the Edit Issue action like this should do what you need:
Thank you for the reply, that worked great for assigning the developer to the Assignee, however, when I attempt to do the reviewer, I'm only able to see the following fields from which to copy from, and do not see a Reviewer field listed:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I may have discovered the issue. The other fields are all of the Type User Picker (single user). When Reviewer was set up, it was set as User Picker (multiple users). Which I would imagine would not be a valid Type for something like Assignee, which can only have one user. Now I'm trying to figure out how to change it to single user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If there is already data in your existing Reviewer field, you'd probably want to:
If there is *not* data in the existing Reviewer field, you have to delete it and then recreate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh right, the easiest way to copy from one field to another is probably export to and import from CSV:
https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-a-csv-file/
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.