Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Smart Values- #lookupIssues does not work with for pull request information

Chris Drylie January 5, 2022

Hi all, 

So basically we have automation setup that will send an email on a schedule each week, this is working fine a part from we want to include some information about pull requests, titles, url etc.

So in the send email body we have the following:

{{#lookupIssues}}
* {{key}} | {{summary}} | {{pullrequest.url}}
{{/}}

Key and summary display fine, but pull request URL does not display at all, is this not supported or is there a better way to do it? 

Also bonus questions does anyone know how to get pull request ID?

 

3 answers

2 votes
Charlie Gavey January 9, 2022

Hi @Chris Drylie

Which trigger are you using for this rule? It's worth noting that the pull request smart values are only supported when using the Pull request created, Pull request declined and Pull request merged triggers.

You can read more about this here: 
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/

Cheers,

Charlie

Chris Drylie January 9, 2022

Hi Charlie, 

That's disappointing, 


We are triggering on a schedule that runs a JQL to pull all jobs for the week that has been merged. 

We then wanted to show Job number, description, Pull request url to help smooth out our release note process.

Nick Caplan September 19, 2022

We have a very similar requirement...

We want to send a notification (email / Slack) when a fix version gets released, including:

  • Version name
  • Issues within version
  • Pull requests for each of those issues

The first two seem to be doable but I can't seem to find a way to do the third when the trigger is Version Released.

0 votes
Nick Caplan September 19, 2022

Reposted as comment

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.
January 6, 2022

Hi @Chris Drylie -- Welcome to the Atlassian Community!

Smart values are usually case-sensitive, so please try: {{pullRequest.url}}

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/#pullRequest.url

Kind regards,
Bill

Chris Drylie January 6, 2022

Hi Bill 

Thanks for replying and the welcome :).

Gave it a try and the same result, everything else displays, juts not the Pull Request URL. 

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.
January 6, 2022

Interesting... After the Lookup Issues action, please try writing this to the audit log and see what happens:

{{lookupIssues.first.key}} : {{lookupIssues.first.pullRequest.title}} -- {{lookupIssues.first.pullRequest.url}}

That will confirm if the development fields work for a Lookup Issues action, and give you a key to go confirm manually if the issue view does show the PR information.

Chris Drylie January 6, 2022

Shows the Key but nothing for pull request info. I wonder if it is because Pull Request is in the development section in Jira.
 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events