Hi. Looking for any examples, support or direction in using a smart filter on sprint name.
My automation is to trigger when a sprint is started.
It runs against all the issues/stories in that sprint.
Then changes the status/transition state from "Make Ready" to "Ready"
I tried a lot of Googling but could not find any useful examples.
On a wider note, how can I find a list of fields usable in a smart filter...?
I made this up in a desperate attempt it would work.
{{sprint.name.match()}} -> [A-Za-z0-9]+\sATeam)
Our sprint names are generally named A123 ATeam
EDIT: Found this
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/#--sprint--
The features of automation rules are different for the different Jira versions (Cloud, Server, Data / Center), and for the version of automation installed when using Jira Server.
Additionally the fields and smart values available differ by Jira version and the Atlassian products installed.
Please look here for the Jira Server / Data Center documentation on automation smart values: https://confluence.atlassian.com/automation/smart-values-993924860.html
Within that, you may find guidance on using the match() function with text searches: https://confluence.atlassian.com/automation/jira-smart-values-text-fields-993924863.html#Jirasmartvaluestextfields-matchmatch()
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.