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

Using REST API the issue type can be change when workflows are completely different

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 7.12.3, 8.0.1, 7.13.3
    • REST API

      Summary

      When REST PUT  is made to change the request type of an issue that has a completely different workflow or field configuration is made, the result is a success. This shouldn't be the case as a change like this invalidates the workflow.

      Steps to Reproduce

      1. Create two workflows with different status
      2. Associate issue type separately to the two workflows created above
      3. Create two Jira issue and set each request type to the workflows created earlier
      4. If you attempt to change the issue type from the UI, it won't be possible.  
      5. If you attempt to change the issue type via REST api, the issue type is changed. This shouldn't be possible.

      For Example:

      PUT https://codebarrel.atlassian.net/rest/api/2/issue/SDD-17/
      
      {
      "fields": {"issuetype":{"id":10002}}
      }
      

      Expected Results

      An error should be returned that this is not possible.

      Actual Results

      A successful execution is returned.

      Workaround

      Currently none. 

       

            Unassigned Unassigned
            sayanloye Shakiru Ayanloye (Inactive)
            Votes:
            11 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: