I have created workflow with default workflow scheme where in I used transition states likes TO Do,In Porgress, Resolved,Open etc
But when I try to create the defect /story /issue it show :-
Transition to -->To DO
Transition To->In Progress
But I want only :To Do, In Progress
welcome to the community.
In the issues, there is the name shown, that you give the transition in the workflow.
So if you want to change that, you need to change the transition name in the workflow.
Hello,
If you have Jira Service Desk, then you can use Jira Service Desk automation to change a status.
Otherwise you would need a plugin.
For example, you could use the Power Scripts add-on:
You could add a post function to the create issue transition with a code like this:
autoTransition("In Progress", key)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Start Progress -->In Progress
Close Issue -->Closed
Resolve Issue -->Resolved
I want only to display the right end fields
Jira could not complete this action due to a missing form token.
You may have cleared your browser cookies, which could have resulted in the expiry of your current form token. A new form token has been reissued.
Request URL: /secure/WorkflowUIDispatcher.jspa
The original input has been captured and you can retry the operation.
Sorry, but any file attachments in the original input will be lost.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you put the post function as the last post function in the list of post function for the create transition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
I am not able to follow the resolution given by you. Could you please give details steps.
Problem Statement:-
In a newly created workflow we give Transition names for eg. Start Progress, Resolve issue etc. Now when we create a story/task/epic we see the status as below:-
Transition to -->To DO
Transition To->In Progress
Now the question is, is the above view proper. Or the phrase "Transition to -->" should it really appear. If the screen is standard/as designed in Jira with phrase "Transition To-->" then we will not worry. But if this phrase should not appear then we want to resolve and remove it. Please help me in resolving the above issue today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The phrase "Transition To -->" is not standard Jira deaign, but there could be some issue with your workflow transition naming.
When an epic/story is created, the workflow button should display just the transition name i.e. "Start Progress", whereas the epic/story status should show the current workflow state.
If you can attach screenshots, it would be useful to check and suggest.
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.