I have a behaviour so that its code works only in case of creating a new issue but not when editing it.
That works great with below code:
if (getActionName() == null) { // null = edit issue
return // not the initial action, so don't set default values
}
That problem appears when I set a workflow transition to make the edit screen popup.
In that case the behaviour starts as it was a new issue.
Is there a problem in the getactionname code ?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.