cancel
Showing results for 
Search instead for 
Did you mean: 

How do I find the name of a project without any issues in it?

Accepted Solution

How do I find the name of a project without any issues in it?

Using Jira Automation, I am able to trigger a rule based on a project being created.

I want to use this to send a heads-up email to the admins. I'm having trouble figuring out the smart value for capturing the project name. Normally, I would grab the value from a specific issue using {{issue.project}}, but since a new project doesn't necessarily have any issues I'm not sure how to do this.

 

I'm hoping this is a simple {{project}} or similar.

 

I could potentially run a query to find all projects and then grab the latest, but that seems overly taxing for this rule.

Accepted Solutions (1)

Accepted Solutions (1)

Tim Perrault
Rising Star
Solution

Hi @Brock Jolet 

 

I think this should work {{project.name}}

 

Documentation 

 

Thanks,

Tim

Answers (0)