I've set up a Condition on several of my workflow transitions that require the presence of a given label so that developers cannot transition issues without giving them a certain label. Now I would like to remove that label after the transition is done. Is that possible?
I've looked at the Post Functions and can't seem to find a way to manipulate the labels of an issue.
Hi, any update on this? It would be a really useful feature to have. Thanks.
Hi @hannah.brooks ,
while there is still no out-of-the-box feature to do so, you might want to have a look at the workflow apps available on the Atlassian Marketplace: https://marketplace.atlassian.com/search?category=Workflow
Jira Workflow Toolbox being one of those can manipulate the labels field via its Update issue fields post function (https://apps.decadis.net/display/JWT/Update+issue+fields). In order to remove the label myLabel while keeping the remaining labels, you'd have to update the field with the expression
- myLabel
Disclaimer: I'm part of the team behind the aforementioned app.
Cheers
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The scripting add-ons can provide a place to write code if you don't want to write your own add-on to give you a post-function or listener to do it. Otherwise there's nothing internal to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you find a solution to this?
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.
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.