Action when a tag is added
Hello,
We would like to create an action when a specific tag is added to an issue. What is the best way to do that ?
Ex : tag.Released.isAdded { //Do something }
Thanks in advance
Regards
Please sign in to leave a comment.
Hello,
You can check the following:
Besides that, describe Tag in requirements:
Hello,
Nevermind I found a way to do it.
Hope it can helps others.