[jbosstools-issues] [JBoss JIRA] (JBIDE-21796) [bzira] [jiralint] 400 errors creating ERT JIRAs from Eclipse BZ

Nick Boldt (JIRA) issues at jboss.org
Mon Feb 29 15:56:00 EST 2016


Nick Boldt created JBIDE-21796:
----------------------------------

             Summary: [bzira] [jiralint] 400 errors creating ERT JIRAs from Eclipse BZ
                 Key: JBIDE-21796
                 URL: https://issues.jboss.org/browse/JBIDE-21796
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: build
    Affects Versions: 4.3.1.CR1, 4.4.0.Alpha1
            Reporter: Nick Boldt


Was reported today that Eclipse bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=488373 was not created as an ERT issue.

So I re-ran bzira like this:

{code}
python -W ignore bzira.py -u JIRA_USER -p JIRA_PWD -s https://issues.jboss.org -S 2016-02-24 -v
{code}

And got this when creating ERT-82:

{code}
[INFO] Created https://issues.jboss.org/browse/ERT-82

JiraError HTTP 400
	text: It seems that you have tried to perform a workflow operation (Start Progress) that is not valid for the current state of this issue (ERT-82). The likely cause is that somebody has changed the issue recently, please look at the issue history for details.
	url: https://issues.jboss.org/rest/api/2/issue/ERT-82/transitions{code}
{code}

Curiously, the same error was thrown when creating ERT-88:

{code}
[INFO] Created https://issues.jboss.org/browse/ERT-88
 
Jira ERT-82 gave following errors:
  Could not perform transition{'id': '4'} error: JiraError HTTP 400
	text: It seems that you have tried to perform a workflow operation (Start Progress) that is not valid for the current state of this issue (ERT-82). The likely cause is that somebody has changed the issue recently, please look at the issue history for details.
	url: https://issues.jboss.org/rest/api/2/issue/ERT-82/transitions
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list