The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Difference between issue and issueFunction in JQL

Manel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 23, 2020

Hello,

I need to identify all stories without tasks having link type "is tested by" so  I created this filter (syntax was accepted):

issuetype = Story AND issue not in hasLinks("tested by")

But when I changed issue to issueFunction I got a different results (syntax was accepted as well). 

So my question is: what is the difference between issue and issueFunction here?

 

Thank you.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Nic Brough -Adaptavist-
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 Champions.
January 23, 2020

"Issue" is literally the issue.  Most people using Jira would look at it and expect to see the issue key (and they would, although what you see is not quite what it really is)

issueFunction is a (sort of) custom field created by ScriptRunner to accumulate a load of issue information together in the index to prevent it having to do massive calculations every time certain functions are used.

TAGS
AUG Leaders

Atlassian Community Events