Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix when issue type's name has a translation #437

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 1, 2021

  1. fix(issuetype): fix when issue type's name has a translation

    When an issue type has a translation on its name (in 'Jira Administation / Issues / Issue types' - 'Translate' Action),
    the request 'GET .../createmeta' returns data about the issue type only when 'issuetypeNames'
    contains the original name, whereas in the response 'issueType.Name' includes its translation.
    As a result, 'issuetypeName' could not be found in the response.
    
    Solution : removing 'issuetypeNames' parameter to get every issue types from the project.
    xav-jann1 authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0b6dbf9 View commit details
    Browse the repository at this point in the history