How to auto populate the team member's department based on their user name.
I have 5 departments each having 20 - 50 people in them. When they are the the reporter or assignee, I have a custom field that calls for their department.
I would like the department custom fields to auto populate based on those 5 lists.
Additionally, there is a lot of movement in the lists.
What would be the best way to do this?
The easiest would probably to create these 5 departments as JIRA Groups, so that you can benefit from JIRA's group management interface to maintain them.
Then you could use a Set Field Value to Constant or Groovy Expression post-function from JIRA Misc Workflow Extensions (JMWE) to look up the reporter or assignee against these 5 groups (with a simple script) and set the custom field value accordingly.
If you want the department custom fields to adjust dynamically on existing issues when a user moves from one department to another, then you'd be better off using a Calculated Text Field from JIRA Misc Custom Fields (JMCF) and, again, a simple script to look up the department using the groups.
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.