You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Markus Schuch (Jira)" <ji...@apache.org> on 2022/06/03 06:38:00 UTC

[jira] [Created] (CONNECTORS-1713) JIRA Repository Connector ignores issue security when ingesting from JIRA 8.20+

Markus Schuch created CONNECTORS-1713:
-----------------------------------------

             Summary: JIRA Repository Connector ignores issue security when ingesting from JIRA 8.20+
                 Key: CONNECTORS-1713
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1713
             Project: ManifoldCF
          Issue Type: Bug
            Reporter: Markus Schuch


There was obviously a change in the behaviour of the JIRA Server REST API:

The {{GET /rest/user/viewissue/search}} has a parameter {{username}}.

In JIRA 8.13.x the value must be to double quotes ({{username=""}}) to fetch all users that have browse permission for the issue.

In JIRA 8.20.x the value must be empty ([[username=}}).

I found no information about this change in the JIRA Release Notes.

I raised a question in the Atlassian Dev Community:

https://community.developer.atlassian.com/t/rest-api-change-in-behaviour-of-find-users-with-browse-permission-get-rest-user-viewissue-search/58819



--
This message was sent by Atlassian Jira
(v8.20.7#820007)