Forums

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

Getting the insight object connected to the current issue

Alexander Dickbauer
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!
December 3, 2018

Hi,

I am connecting an insight object with child objects to an issue and want to filter on the specific object conected to this in an subtask.

I tried to use the Filter Issue Scope in the Customfield: 

grafik.png
object having connectedTickets( key = ANG-109)

which works exactly as I want it to.

grafik.png

But if I try:

object having connectedTickets( key = ${issuekey})

or

object having connectedTickets( key = ${parent.issuekey})

I get "The Jira server was contacted but has returned an error response. We are unsure of the result of this operation"

 

How do I get the issue key so I can filter on the ticket connected to this object?

kind regards,

Alexander Dickbauer

 

1 answer

0 votes
Yinon Negev
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 3, 2018

Hi Alexander.

        The reason you are getting an error is because the JQL context does not support the Placeholders you are trying to use - it is not IQL in the Brackets...

Please refer to Atlassian's Documentation for available JQL syntax. You can always test your JQL first in the Issue Search screen in your Jira, and when the result is refined to yield the expected results - you can add it to connectedTickets(<your JQL>).

You may wan to try "issuekey IN (ABC-1, ABC-2)". or objectType IN ("Task","Subtask") etc...

Kind regards,

Yinon

Team Riada

Alexander Dickbauer
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!
December 4, 2018

Hi Yinon,

so there is no way to get the Issue key via IQL Placeholder?

 

Kind regards,

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events