Hi Team,
I would need to create a project capable to run in following way:
In Request Type -Select Option A => Option B will populate accordingly => Select Option C => Option C will populate accordingly =? Select Option C.
Ticket should be assigned to Agent Bob Automatically.
Two challenges are faced:
1) How to create Multi Level - Cascaded Selection Option
2) How to Auto assign agent based on point 1 option selection.
Regards
Shreshtha
Hello,
There are only two levels out of the box. You would need to create your own custom field. Or use Adaptivist scriptrunner behaviours to connect several fields. But the solution would be messy (too much code for a behaviour)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have Adaptivist scriptrunner then you can write a post-function. Or if your first connected field is Component then you can provide a default assignee for each component and in this case you do not need to do any programming.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or if your first connected field is Component then you can provide a default assignee for each component and in this case you do not need to do any programming.
Can you please help with the steps..
Thank you so much for your responses so far.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Component is an out of the box field in Jira. You can define components for a project. For each component you can defined a default assignee (Component Lead). Then you can put the Component field on the create, edit, view or transition screens. You can read more on how to work with the Component field here
https://confluence.atlassian.com/adminjiraserver071/managing-components-802592503.html
The Component field would only solve your assignment requirement.
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.