Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-5918

Permission issues when using JQL Tricks parent() function

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a bug
    • Medium
    • None
    • 6.0.2, 6.0.3
    • None

    Description

      It is quite difficult to describe what happens here, since we do not completely understand how GreenHopper calculates the permissions. However, all that really matters is that GreenHopper requires the 'Administer Project' permission for a user to allow him to use the 'Add Sprint' button on a rapid board.

      We have created a GreenHopper board and we are now trying to include sub-tasks into the filter via the following query:

      (project = ABC AND reporter = user1) OR issue in parent("project = ABC AND reporter = user1") ORDER BY Rank ASC

      This actually works quite well as long as the parent() function returns something. If it returns an empty set, the 'Add Sprint' button is disabled and GreenHopper complains about a missing 'Administer Project' permission. We changed the query slightly by including two reporters thus forcing the parent() function to return an empty result:

      (project = ABC AND reporter = user1) OR issue in parent("project = ABC AND reporter = user1 AND reporter = user2") ORDER BY Rank ASC

      Now the 'Add Sprint' button is missing even though this JQL query return exactly the same issues as if we remove the parent() function completely ((project = ABC AND reporter = user1) ORDER BY Rank ASC).

      I am not sure if this is problem relates to GreenHopper or JQLT therefore I created a bug report on both ends.

      Attachments

        1. jql-plugin-3.1.1.jar
          973 kB
        2. license (1).key
          0.7 kB
        3. Screen Shot 2012-09-27 at 9.33.09 PM.png
          Screen Shot 2012-09-27 at 9.33.09 PM.png
          32 kB
        4. Screen Shot 2012-09-27 at 9.33.25 PM.png
          Screen Shot 2012-09-27 at 9.33.25 PM.png
          49 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              4ef8826114c9 Fabian Meier
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: