Our environment field is populated with (Production, SIT, UAT) I am looking for a way to sort these issue and get them sent to the correct users once the issue has been submitted for approval. Production - > user1, SIT -> user2 and UAT -> user3.
Is there a way I can do this using post functions?
That helps to clear it up. You want to assign to users based on the selection in the input in the environment. At this point I don't think that assigning from the environment field is really possible only becuase it's a free text field. I have not seen or come across an add-on that will parse the text in the field and then perform an action.
I have seen an add-on that will update your ticket based on another specific field type though.
Behaviours Plugin
https://marketplace.atlassian.com/plugins/com.onresolve.jira.plugin.Behaviours
That should provie you with some solutions for assigning based on another field.
It sounds like you're pretty much there. You can assign tickets using the "Update Issue Field" post function. You'll need to create a different workflow transistion for each user, but it sounds like it is achieveable.
If you're not super familiar with workflow configuration, I suggest taking a look at the following document.
https://confluence.atlassian.com/display/JIRA060/Configuring+Workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ivan,
This only allows me to specify a value but I cannot specify where I want it to go.
Example:
I am raising an issue on the create screen and when I get to the "Environments" Field I have a drop down field that allows me to choose from "Production, SIT, UAT and AVATAR" Idealy I would like the workflow to identify with this and so when I submit the issue and its environment is Avatar it will go to user3 and if it is production it will be assigned to user1
Currently that option allows me to choose a field "Environment/s" and then I free txt " UAT", I am unable to say I want it to go to user "X"
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Ivan,
I will install this plugin and see it will do what I need it to.
Cheers
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.