Forums

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

The display view query for an Elements Connect configuration field where query is w.r.t project

Sruthi Biju April 22, 2022

Hi,

I am trying to add a Display view query for a field where it's populating on the basis of the project.

Elements Connect configuration query :

#if ($issue.project == "ABC")
issuetype in (Story,Task,Epic) AND project ="ABC" AND status!= Withdrawn
#elseif ($issue.project == "XYZ")
issuetype in (Story,Task,Epic) AND project ="XYZ" AND status!= Withdrawn
#end

How can i add the Display view query ?

1 answer

0 votes
Juliette Lallement _Elements Apps_
Atlassian Partner
April 25, 2022

Hi @Sruthi Biju 

Your query seems correct and will work on a display view.

Display views can be configured only for live fields, is it your case? 

Could you please send me a screenshot of your edit view? You can hide any confidential information on it.

A piece of advice, you can optimize your query as follows:

issuetype in (Story, Task, Epic) AND project = $issue.project AND status != Withdrawn

 

If you still encounter, feel free to open a ticket on our support portal.

Best,

Suggest an answer

Log in or Sign up to answer