Uploaded image for project: 'Minyaa Suite'
  1. Minyaa Suite
  2. MYAA-777

If a Workflow Validation fails on Create Issue, an IssueNotFoundException is raised.

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.2
    • None
    • None
    • Security Level: Public
    • None
    • 4.1, 4.1.1, 4.1.2

      In case of failed Validation on Create Issue, the following exception is raised :
      com.atlassian.jira.exception.IssueNotFoundException: Issue with id 'null' or key 'null' could not be found in the system

      • Why Minyaa overrides the Create Issue action :
        When an error was raised by a Validator, JIRA (before 4.1.x) shows only that there was an error, without giving the details and a focus on concerned field.
        Override consists in catching CreateException, and look recursively into original Exception in order to identify InvalidInputException
      • Root Cause for your current Issue :
        Since JIRA 4.1.x, the CreateException is catched befaore Minyaa overide and replaced by a IssueResult.
        Since the exception is no more raised, the override done Minyaa try to complete the Issue Creation, but the context is no more consistant to do it (due to the validation error )

      Workaround : You can disable the Minyaa Override as follow ...
      Go to System / Plugin administration page
      Select Minyaa JIRA Plugin for Workflows Management
      Disable Actions for CreateIssue (CreateIssueActions)

            vthoule Vincent Thoulé
            vthoule Vincent Thoulé
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: