issueFunction in epicsOf() vs issue in issuesWhereEpicIn()

joseph weiss August 26, 2019

What is the difference?

1 answer

1 vote
Peter-Dave Sheehan
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 26, 2019

issueFunction in epicOf('jqlQuery'):

  • provided by scriptrunner add-on
  • will return the list of EPICS where any of the issues in the epic match the jqlQuery

issue in issuesWhereEpicIn('jqlQuery'):

  • provided by j-tricks add-on
  • will return the list of ISSUES where the epic matched the jqlQuery
joseph weiss August 26, 2019

Peter, thanks for the quick reply.  I goofed.  I'm looking for the comparison of

issueFunction in epicOf() 

vs

issue in epicsWhereIssueIn()

Like Jorge Carrasco Martinez likes this
Peter-Dave Sheehan
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 26, 2019

I believe them to be functionally the same. There may be performance differences but I haven’t seen it tested. I know that scriptunner have tied their functions to the issueFuction custom field that they deploy for performance reasons. But maybe jtricks used some other optimization trick. 

I think few people are likely to have both in their environment. I got rid of jtricks a few years ago once I became familiar with script runner because it allowed me to do so much more. 

Suggest an answer

Log in or Sign up to answer