Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff


Now follow these steps:

  1. Fill this url with your parameters:
    {$baseUrl}/rest/priresschemes/1.0/config?projectId={$projectId}&issueTypeId={$issueTypeId}

    Example of localhost with one project created in Jira with first issue type. 

    Code Block
    http://localhost:8080/rest/priresschemes/1.0/config?projectId=10000&issueTypeId=1


  2. Check the result.

    For example if Priority Scheme will be not set for this project then the result would be like this:

    Code Block
    {"isPriorityScheme":"false","isResolutionScheme":"true","excludedPriorities":[],"excludedResolutions":["1","2","3","4","5"]}


    If you will encounter similar message please check first if IssueType Priority Scheme is set for this particular project.

    If isPriorityScheme will be true and you still will not be able to see less priorities on Create Issue screen then please report in field where it should be limited then please report exact place (screen or urls)link that you invoked and returned result to our support. Similarly with isResolutionScheme.

...