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

Versions are case sensitive when making REST api calls

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 6.0.8
    • REST API

    Description

      During version creation, JIRA considers versions to be case insensitive. That is JIRA sees both TesT and test to be the same. If TesT already exists as a project version, then the admin cannot create a test version.

      During a REST call, however, when you make a reference to a version, you must match it's casing exactly.

      For example, making a REST call to TesT version will work fine, but making a call to test version will result in:

      {"errorMessages":[],"errors":{"versions":"Version name 'test' is not valid"}}
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dchan David Chan
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: