Dear sirs,
help me please. How we can change the issue status automatically on it's assignment. For instance when I'm assigning some issue from user A to user B it's status is being changed automatically from In progress to Open?
We've finally solved this by creation of plugin, that intercept event and make a status change.
My solution is: Builtin Script Listener from Addon: "Script Runner":
Use a "Fast-track transition an issue"
select the event "Issue Assigned"
choose the related Projec(s)
set the Status where you like to automate at Condition: issue.status.name == 'Acknowledged'
set Action you like. e.g. open(101) (check your workflow)
only issue: sometimes you need to reload the page to see the statuschange
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can you please help me create a groovy script:
If Assignee field was changed from "Unassigned"
then
move an issue to "status name"
I'm trying to use "Fast-track transition an issue"
Events: Issue Assigned
Condition: I'm not sure
Action: status name
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evgenly,
You can accomplish this with the Jira Toolkit plugin (https://plugins.atlassian.com/5142):
This plugin comes with a very powerful feature, the AutoTransitionListener. More information can be found here: https://studio.plugins.atlassian.com/wiki/display/JTOOL/Auto+Transition+Listener
Basically it comes down to this:
If this might not be good enough, it's possible to accomplish it with some scripting - but let me know how this one goes!
Cheers,
Tom
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.
Script Runner still works with latest Version of JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This question seems to be 1 year old.
I am now wanting the same function. As in when I click on "Assign" button, I want the status to move to "Open" instead of having to click on workflow to achieve this.
So which of the above suggest works?
I tried to look into https://plugins.atlassian.com/5142, it's giving me a page not found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A solution could be modify the workflow adding a step with the name 'Assign issue' that goes from 'In Progress' to 'Open'. But you will need to verify because it could be redundant with the option 'Assign' .
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.