Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-36639

Cannot update the property "active" in the JIRA REST api

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Medium
    • None
    • 6.1.3
    • REST API

    Description

      With a C# client, using the api v2 version's PUT method I can change the user's display name, name.

      However when I try to change the user's active property to false, I get a response with status 400 and with the json response:

      {
      "errorMessages":["error.no.value.found.to.be.changed"],
      "errors":{}
      }

      The request is:

      { "active":false }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mark.dolinka Márk Gergely Dolinka
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: