How to write a nested query JQL Nested Query Help Nested JQL Queries JQL: write a query regarding release dates How to write nested queries to create variable Community showcase Understanding Issue Types in Jira What are Issues in Jira What’s the difference between a kanban board and ...
I'd like to run a query that lists the tickets that were created by reporters that belong to Support-US group. that group, Support-US includes support-customer1 and support-customer2 (nested-groups is activated) But when I do this query: reporter in membersOf(support-US) It returns n...
JQL Nested Query Help Nested JQL Queries How to write a nested query Nested ScriptRunner Enhanced Search query JQL nested parent function Community showcase Understanding Issue Types in Jira What are Issues in Jira What’s the difference between a kanban board and a Scrum board? New Portf...
Gift Kudos to your peers Log in to unlock your first badge Community Products Jira Questions create nested jql from 2 projects create nested jql from 2 projects Mohamed Samy Contributor August 9, 2022 Hello, I need to create a query that would return all item from a project board and some ...
Since the nested queries are used in project automation, and it is the inner JQL statement that controls the query, I do not have the option to use nested filters. I searched through the documentation and found examples only of double nested statements using double- and sin...
https://jira.xxxx.com/jira/rest/api/2/search?jql=project in (xxxx,xxxx) AND created >= startOfYear()&maxResults=1000 Snapshot: Power QueryAnswer Watch Like Be the first to like this Share 499 views 1 answer 0 votes Darryl Lee Community Champion December 20, 2022 Hi @Syed Arif ...
I need to create a query that would return all item from a project board and some other labeled tasks from other project To find the stories I can use the following query 1.: project = X From the second project I want it like project = "Y" AND label = "something" The question ...