Versions Compared

Key

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

...

For add-on installation help, read this: https://confluence.atlassian.com/display/UPM/Installing+Add-onsupm/installing-marketplace-apps-273875715.html

Defining An Escalation Service

...

Note

If you are including an issue comment upon escalation, the workflow transition must be associated with a screen that includes the comment field. Otherwise the escalation transition will occur without the comment being added to the issue. See the FAQ section for more details.

Tips

Ensuring Valid Workflow Transitions

...

There are really only a handful of things that can go wrong. Here's how to handle them.

Failure Notification MessageCauseResolution
The escalation process encountered invalid issues

Either:

  • The workflow transition is not valid for the issue (e.g. the escalation transition is not defined in the workflow for the status that the issue is currently in), or
  • The escalation user does not have sufficient privileges to invoke the transition
  • You may need to modify your JQL query so that only valid issues are returned
  • You may need to modify your workflow to include the escalation transition for a given status
  • You may need to modify permissions so that the escalation user can invoke the transition
 


com.atlassian.jira.jql.parser.JqlParseExceptionBad JQL syntaxUpdate the JQL query - one simple way to make sure your query is valid is to run it on the Issue Search screen (in Advanced mode)
java.lang.Exception: Unknown Escalation UserThe escalation user is not a valid JIRA userMake sure the escalation user is a valid JIRA user id (make sure you select it from the type-ahead suggestions or from the user picker)

FAQ

Why didn't my escalation comment show up?

...