You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not duplication of #15. Problem still exists. @lesstif
Previous issue was fixed partly: only for code syntax, not logic.
In doc for issue transition was said to use Transition::setUntranslatedName() method for "JIRA with local language profiles".
But if you use it transition id calculated wrong. Instead of transition id used status id.
So you get errors like {"errorMessages":["Transition id '' is not valid for this issue."],"errors":{}}.
Problem in IssueService::findTransitonIdByUntranslatedName.
It is not duplication of #15. Problem still exists.
@lesstif
Previous issue was fixed partly: only for code syntax, not logic.
In doc for issue transition was said to use Transition::setUntranslatedName() method for "JIRA with local language profiles".
But if you use it
transition id
calculated wrong. Instead oftransition id
usedstatus id
.So you get errors like {"errorMessages":["Transition id '' is not valid for this issue."],"errors":{}}.
Problem in
IssueService::findTransitonIdByUntranslatedName
.The core problem is about using
status id
instead of usingtransition id
.My workaround is (its not perfect and can be improved):
The text was updated successfully, but these errors were encountered: