Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

In workflow,any possibilities to remove transition once it is executed

Nandhini kandan August 19, 2020

we need to remove withdraw from portal once it is withdrawn

2 answers

1 accepted

0 votes
Answer accepted
Nandhini kandan August 20, 2020

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.

0 votes
Joe Pitt
Community Champion
August 19, 2020

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. 

Nandhini kandan August 19, 2020

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.

Joe Pitt
Community Champion
August 19, 2020

I have no experience with using a user portal

Suggest an answer

Log in or Sign up to answer