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

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

      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 }

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

              Created:
              Updated:
              Resolved: