Hi, I’m currently working on automating issue assignments in Jira for our internal project management system at halfbirthdaycal.com. Specifically, we want to assign issues automatically based on a custom field value — for instance, a dropdown field labeled "Department".
Here’s the intended logic:
I'd like to know:
Any insights, examples, or guidance would be really appreciated!
Thanks in advance,
Hi @Lena Bailey -- Welcome to the Atlassian Community!
First thing: a work item (formerly called "issues") can be assigned to a single user, not to a group. Is your "FinanceGroup" a single Jira user?
Regarding your other questions about using automation for this scenario...
1) There is no "best way" to do this, and there are several ways to do it with automation rules:
2) Yes, this can be implemented with the built-in features of automation rules.
3) Yes, automation rules are available for Cloud and Server / Data Center. Specifically for Jira Server, the feature must be installed manually. It is built-in for the other platform types.
Kind regards,
Bill
Hello, @Lena Bailey !
In addition to what @Bill Sheboy said, here is an example of how you could build this automation:
1. Choose a trigger - for example: an issue/work item is created
2. Choose the conditions using if/else and select the field you would like to use (in my example, I chose the components fields)
3. Set the action, in this scenario, it will be "assign issue to"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lena,
Welcome to community :)
Here is the document that would give you an idea on how to set up via automation : https://www.atlassian.com/agile/tutorials/how-to-automatically-assign-issues-with-jira-software-automation
Thank You,
prachi
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.