I want to be able to auto assign a component is it is created by any member of a specific group. Is this possible?
I think if you use the default automation you can create something like this.
It states when an issue is created and the reporter is raynard.rhodes then change the component to Active Directory. You can modify this how you need. Please let me know if this is what you need.
Also it seems you mentioned a specific group. For specific group the "IF" condition can be changed to
reporter IN membersOf("Specific-Group-Name")
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you look to the far left on Jira Software/Service Desk you should see this gear button. Afterward you should see "Automation"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Unnati,
You can use the plugin Automation Lite For JIRA (Free for 300 executions per month) to achieve this functionality with a simple rule:
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.
it states -
The following issues did not match the condition:DOM-9621
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Unnati,
Actually, you must add your username to the field creator. Is your username displaying as Unnati?
You can confirm it by navigating to your site administration and checking in the Users tab.
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.
Hello Unnati,
Unfortunately, the field Creator only receives the user which created the issue, not the group.
However, you can create a group picker custom field and add a workflow post function that will automatically add a group to the ticket based on the user that created it.
Performing the steps above, you will be able to run a JQL query using the custom field that determines from which group the creator belongs to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how do i create a group picker custom field? Is that within the add-on app or within Jira itself?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Unnati,
The Group Picker Custom Field is available on JIRA, you don't need to install any plugins to use it.
To add a new Group Picker Custom Field, you can navigate to JIRA Settings > Issues > Custom Field > Add Custom Field. It will be under the Advanced section.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Petterson,
It looks like the automation is working as intends (i haven't tried the group picker field yet) however when users create an issue they sometimes add their own components - which is fine. The issue is when the automation kicks in - the automation removes the users preselected components and assigns the component per automation. It also removes assignee.
For example, say the automation states that if `user A` creates a ticket then assign it component `Bug`. User A comes along and creates a jira > assigns it components: `testing` + `deploy-team` + `QA` and assigns it to a dev engineer. Currently, the automation will remove `testing` + `deploy-team` + `QA` and the dev engineer from assignee and assign the Jira ticket component `Bug`. Is there a workaround for this? I do not want the automation to remove `testing` + `deploy-team` + `QA` and the dev engineer from assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not out of the box. I don't know of any plugin that would do it. If there is one it would probably be tied to what project role or group the user was in, not the actual user id.
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.