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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Medium
    • None
    • Affects Version/s: 6.1.3
    • Component/s: REST API
    • 6.01

      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 }

              Assignee:
              Unassigned
              Reporter:
              Deleted Account (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: