Forums

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

Can’t get a date value using lookupissues with Data Center and automation for Jira

John Funk
Community Champion
December 15, 2023

I am able to pull back the summary for the first issue in a list of issues using lookupissues. but I have a custom date field that it does not return the value for the same issue that I’m able to get the summary value for. Any ideas? Is this Something that they center can’t do yet? 

1 answer

0 votes
John Funk
Community Champion
December 15, 2023

@Bill Sheboy any thoughts?

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.
December 16, 2023

Hi @John Funk 

Custom fields are not supported yet for the Lookup Issues action for the Data Center version of automation: https://jira.atlassian.com/browse/JIRAAUTOSERVER-877

When Lookup Issues was added for Jira Cloud, it only supported a couple dozen fields.  Then about a year later, they added all of the rest of them: https://community.atlassian.com/t5/Automation-articles/New-lookup-issues-fields/ba-p/1873978

For the present, a work-around for Data Center might be to call the REST API issue search function with the Send Web Request action; the web response may contain all of the fields, and it will have mostly the same list features of a Lookup Issues response.  I recommend quickly testing the call with a browser to see if has the fields and then change the rule.

Kind regards,
Bill

Like # people like this

Suggest an answer

Log in or Sign up to answer