Versions Compared

Key

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

...

Tip
titleLook at other tips

See Tips.

Initial Steps

  1. Double check your configuration together with looking at various tutorials
    • Make sure you are using Substitution Variables correctly.
    • Are all required fields provided?
    • Does the user running the transition have permission to do the configured actions?
  2. Look through your server log for entries indicating various problems that can occur during a transition. The log is the only place some of these errors can be reported. This is especially true for problems with custom fields. Error entries are logged for most situations that cannot be completed as expected. A post function runs after the transition has occurred, so error logs are really the best way to indicate that some things may not have done based on the situation. If you add INFO logging (see the steps below), you get some more detail explanations of what is happening with conditioning and other features. 
  3. If still a problem, open an issue with information on your configuration, JIRA version, and add-on version. 
    • If it is a custom field specific issue, indicate what type of custom field is causing problems. Not all custom field types are fully supported - see Custom Field Types
  4. In most cases, that is sufficient to resolve the issue. In some situation more information may be needed. For instance you can attach your exported workflow. In more difficult cases, you may be instructed to collect debug information. These are the steps to follow. You need access to the JIRA server log file. 

...