Forums

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

Sprint smart filter with regular expression

Antony Smith February 1, 2024

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--

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2024

Hi @Antony Smith 

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

Suggest an answer

Log in or Sign up to answer