-
Notifications
You must be signed in to change notification settings - Fork 262
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
perform transition independent of localization? #323
Comments
@wivaku hi there. i was add new setter method setUntranslatedName in the IssueService. could you confirm it working correctly please? |
thanks for the super quick response. It gives me the following error:
|
I guess approach will have to be to get the localized State |
this is the workaround that I am using
|
sorry, I coded carelessly. i'm making hot fix now, could you confirm again please? |
Don't think this will work, It is See my workaround. |
@wivaku thanks for your comments. could you make PR with your suggestion please? |
I use this to prepare a transition.
However, when I use the API key of a different user it does not work. That user has set his profile to Dutch.
This results in an error message:
JiraRestApi\JiraException: Transition name 'Done' not found on JIRA Server
Is there a way to perform the transition or set the transition name independent of the local language of the user? The API seems to have (for a Status) both property
name
anduntranslatedName
.(the Dutch translation for
Done
isGereed
)https://xyz.atlassian.net/rest/api/2/project/JIR/statuses
https://xyz.atlassian.net/rest/api/2/issue/JIR-2360/transitions
The text was updated successfully, but these errors were encountered: