xl8bot
November 4, 2024, 7:36am
1
Originally asked by Moogambigai G R on 16 December 2021 (original question)
Hi there,
I am using scripted connection to sync the project A and Project B and i am linking (issue link) Project C record to Synced Project A record. Now project C is not synced . I want a JQL filter to filter out parent record is synced but issue link record is not synced.
Regards,
Moogambigai G R
xl8bot
November 4, 2024, 7:36am
2
Answer by Ariel Aguilar on 17 December 2021
Hi there,
If you are referring to parent links from Portfolio, you can achieve the desired results using i.e. JQL Booster Pack
Some examples here:
- Can this be achieved when parents are linked via the Parent Link field from Portfolio?
issue in portfolioParentOf("project = XXXX and type = Epic")
- Can this be achieved when parents are linked via issue links (Implements).
issue in linkedIssuesOf("project = XXXX and type = Epic","implements")
Using this app you can also query other issues relations, check:
References:
The JQL you sould be look for to get the list of tickets are not under sync and also adding the parent link condition:
issue not in under_sync() and issue in portfolioParentOf("project = XXXX and type = Epic")
You may found more on JQL Functions related with Exalate here:
https://docs.idalko.com/exalate/x/CIBO
Let me know if this helps,
Kind regards,
Ariel
xl8bot
Closed
November 6, 2024, 7:36am
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.