Issuefunction does not work with customfield ID

Mindaugas Kuodis August 31, 2019

Funny, but can't figure it out why in query when used custom field name works (A), but when used customfield id (B) does not? 


A) issuefunction in portfolioChildrenOf("project = IO and Architecture_Status = 'Approved'") and issuetype = Epic

B) issuefunction in portfolioChildrenOf("project = IO and "customfield_15402" = 'Approved'") and issuetype = Epic

2 answers

1 accepted

0 votes
Answer accepted
Mindaugas Kuodis September 27, 2019

Found the answer, format should be as below:

cf[15402]

0 votes
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 31, 2019

Maybe the problem is with the "" characters? You do not use them for name but use them for custom field ID? (customfield_15402 instead of "customfield_15402")

Suggest an answer

Log in or Sign up to answer