Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-9637

Unable to update issue via API if linked to an Epic

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Medium
    • None
    • 6.2.5
    • None
    • JIRA 5.2.5

    Description

      Reproduction:

      1. Create Epics: EP-1 .. EP-11
      2. Associate a test ticket TST-1 to EP-1.
      3. Update TST-1 to change the assignee for example:

      curl -k -D- -u user:xxxx -X PUT --data "{ \"fields\": { \"assignee\":{\"name\":\"admin\"} } }" -H "Content-Type: application/json" https://jira/rest/api/2/issue/TST-1
      

      4. Error received:

      {"errorMessages":[],"errors":{"customfield_11270":"Epic with name 'EP-1' is not unique."}
      

      The GreenHopper Epic Name field seems to be validating incorrectly when searching for duplicate Epics. It's matching EP-11. If I delete EP-11, it works.

      See also : https://confluence.atlassian.com/pages/viewpage.action?pageId=369295497

      This bug prevents us from automating many tasks in JIRA.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              a38518e05741 David Yu
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: