we need to remove withdraw from portal once it is withdrawn
Hi Guys,
It is similar to https://jira.atlassian.com/browse/JSDSERVER-40.
Can any one help me with steps followed for update Feb2016
Attachment shows exactly my issues.
The question is unclear. Do you mean you want to remove it from the workflow in THAT issue, or remove it from the workflow the first time any issue goes through it?
If you mean an issue can't pass through it again, you need to set a flag when it passes through in a post function and then check the flag every time an issue would encounter the transition and use a condition on the transition to prohibit it from going through. You will need to have an alternate transition for ti issue to go though that allows it only if the flag is set. That way the issue will only have one transition available to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joe,
Thanks for getting back to me.
We have customer portal which populates transition button "withdraw".Once user withdraw(transition executed) any JIRA request withdraw button should disappear.
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.