1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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

        CommentAdd your comment...