As shown in the figure, I want to delete the workflow scheme that is not in use, but the workflow scheme state is shown as active, which should be inactive in theory.
Now what should I do to delete this workflow scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Holger:
This may be a starting point: https://confluence.atlassian.com/display/JIRA/Advanced+Workflow+Configuration#AdvancedWorkflowConfiguration-Postfunctions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Holger:
This may be a starting point: https://confluence.atlassian.com/display/JIRA/Advanced+Workflow+Configuration#AdvancedWorkflowConfiguration-Postfunctions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the options in the CustomField A are very less, then you can use javascript.
But if the combinations are more, then you have do it with Post function (Note: This doesnot work on Edit action).
Other way is you can use Servlet & Jquery to meet your requirement - refer similar kind of post at https://answers.atlassian.com/questions/155690/using-jira-user-properties-to-prefill-custom-fields-on-create - This will work on all action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you need this filling on create of issue - this easily can be done with postfunction in create transition
if you need this on editing of issue - it's more complicated
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.