Hi All, I hope someone can help. This may seem like a peculiar ask, but I have a use case.
I'm trying to create an automation script which will remove the text in every issue within a project.
I've tried a few approach, I think using smart values is the way to go... but I'm not sure.
Here's were I got to...
nb... i've tried with and without advance.
... any help would be amazing! I'm really stuck on this one I'm not sure how to resolve the reported issue.
Hi @Michael Dimitriadis, welcome to Atlassian Community.
If I understand you correctly you need to clear the description field. If it is another field, simply replace "description" below with the correct field.
You might try something like this. No branching is needed.
In the scheduled trigger make the JQL filter include this: AND desciption IS NOT EMPTY
Then simply create a task like this, as in Edit issue -> Description:
You might want to remove the check for sending notification.
TimK
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.