API for fetching Project detail details does not return accurate result for the Access setting

XMLWordPrintable

    • 1
    • Minor

      Issue Summary

      When getting the Project detail from API endpoint it always shows the property value as false for IsPrivate
       

      Steps to Reproduce

      1. For a Team managed project change the access setting to "Private"
      2. Use the get Project API to get the project property
         https://<site>.atlassian.net/rest/api/3/project/<pkey>
        
        
        h3. Expected Results
        The API should get the below property as "True"
        

        "isPrivate": false

        
        

      Actual Results

      The IsPrivate is always returned as "False"

      
      

      Workaround

      Currently, there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Rahul Kumar
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: