[JIRA] (JENKINS-54108) "JIRA: Progress issues by workflow action" fails when job is located within a folder

2018-10-16 Thread weissjas...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Weiss updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54108  
 
 
  "JIRA: Progress issues by workflow action" fails when job is located within a folder   
 

  
 
 
 
 

 
Change By: 
 Jason Weiss  
 
 
Environment: 
 *  Jenkins  v.  2.143 *  JIRA plugin  v.  3.0.3 *  Folders plugin  v.  6.6 JIRA 7.12.3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54108) "JIRA: Progress issues by workflow action" fails when job is located within a folder

2018-10-16 Thread weissjas...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Weiss updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54108  
 
 
  "JIRA: Progress issues by workflow action" fails when job is located within a folder   
 

  
 
 
 
 

 
Change By: 
 Jason Weiss  
 
 
Environment: 
 * Jenkins v. 2.143* JIRA plugin v. 3.0.3* Folders plugin v. 6.6  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54108) "JIRA: Progress issues by workflow action" fails when job is located within a folder

2018-10-16 Thread weissjas...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jason Weiss created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54108  
 
 
  "JIRA: Progress issues by workflow action" fails when job is located within a folder   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 no-jira-connect-from-folder-job.xml  
 
 
Components: 
 jira-plugin  
 
 
Created: 
 2018-10-16 17:48  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jason Weiss  
 

  
 
 
 
 

 
 A job which initiates a transition in Jira via the "Progress issues by workflow action" post-build step will succeed if the job is located in the Jenkins root.  If that exact same job, however, is relocated to a sub-folder (per the Folders plugin), it will always fail with: 
 
a "[JIRA] Failed to connect to JIRA" error in the build log 
a "JIRA session could not be established" error in the plugin's JiraSite class 
 I've reduced the scenario to the most basic configuration I could and validated that the only variable between a successful run and a failed one is the location of the job relative to the Jenkins root.  It appears, just on cursory inspection of the plugin's code, that the Jira credentials are "missing" when the build is run from within a Jenkins folder. Attached is the affected job's configuration.