1
0
-1

Is there some kind of JQL Querry to see which issues are or are not under sync in Jira Service Management for Cloud?

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hello, Filip Š. , unfortunately, there's no JQL function module available for Jira Cloud integrations. However, one may configure Exalate to fill in the remote issue key for all the issues that are under sync: https://docs.idalko.com/exalate/x/XQR1Aw
      which would achieve 2 objectives:

      1. you'd have a way to find all issues under sync via JQL: 

        "Remote Issue Key" IS NOT EMPTY
      2. you may now lookup issues by their remote issue key:

        "Remote Issue Key" = "FOO-1"

      UPDATE:
      Here's a video, showing how this solution works:


      Happy Exalating!
      Serhiy.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi Salma,


        This is query only working in Jira Server instance.

          CommentAdd your comment...
        1.  
          0
          -1
          -2

          hi

          could you try this jql : issue not in under_sync()

            CommentAdd your comment...