[JIRA] [jira] (JENKINS-21766) Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to 'bug'

2014-03-07 Thread cvecchi...@ebay.com (JIRA)














































chris vecchione
 updated  JENKINS-21766


Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to bug
















Change By:


chris vecchione
(07/Mar/14 10:51 PM)




Issue Type:


Improvement
Bug



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [jira] (JENKINS-21766) Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to 'bug'

2014-02-27 Thread cvecchi...@ebay.com (JIRA)














































chris vecchione
 updated  JENKINS-21766


Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to bug
















Change By:


chris vecchione
(27/Feb/14 3:47 PM)




Due Date:


21
14
/
Feb
Mar
/14



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [jira] (JENKINS-21766) Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to 'bug'

2014-02-20 Thread cvecchi...@ebay.com (JIRA)














































chris vecchione
 commented on  JENKINS-21766


Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to bug















Also (this should not need to be stated but in case): the 'Create jira issue' UI should add this new field ("Issue Type") allowing user input.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [jira] (JENKINS-21766) Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to 'bug'

2014-02-11 Thread cvecchi...@ebay.com (JIRA)














































chris vecchione
 created  JENKINS-21766


Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to bug















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


jira



Created:


11/Feb/14 5:24 PM



Description:


Need the Jenkins 'Create Issue type' plugin to be more dynamic / configurable to allow for different default jira issue type. 

Utilizing Jenkins Jira plugin version 1.39

Currently, jenkins project will only create an issue typoe of 'Bug'. We need the default configurable to align with the issue types created in jira for the project. Ideally an Issue Type drop-down box. 

Also, a nice feature is makeing the new issue 'Summary' be configurable with the same plugin.




Due Date:


21/Feb/14 12:00 AM




Environment:


Linux




Project:


Jenkins



Priority:


Major



Reporter:


chris vecchione

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [jira] (JENKINS-21766) Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to 'bug'

2014-02-11 Thread cvecchi...@ebay.com (JIRA)














































chris vecchione
 updated  JENKINS-21766


Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to bug
















Change By:


chris vecchione
(11/Feb/14 8:55 PM)




Description:


NeedtheJenkinsCreateIssuetypeplugintobemoredynamic/configurabletoallowfordifferentdefaultjiraissuetype.UtilizingJenkinsJirapluginversion1.39Currently,jenkinsprojectwillonlycreateanissue
typoe
type
ofBug.Weneedthedefaultconfigurabletoalignwiththeissuetypescreatedinjirafortheproject.IdeallyanIssueTypedrop-downbox.
Also,anicefeatureismakeingthenewissueSummarybeconfigurablewiththesameplugin.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.


[JIRA] [jira] (JENKINS-21766) Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to 'bug'

2014-02-11 Thread cvecchi...@ebay.com (JIRA)














































chris vecchione
 commented on  JENKINS-21766


Jenkins create jira issue plugin does not allow configurable jira issue type: defaults to bug















To be more exact we would like the "issue.setType("1") call be configurable like the other fields: Project Key | description | summary | assignee within the following code:

https://github.com/jenkinsci/jira-plugin/blob/master/src/main/java/hudson/plugins/jira/JiraSession.java

public RemoteIssue createIssue(String projectKey, String description, String assignee, RemoteComponent[] components, String summary) throws RemoteException {
RemoteIssue issue = new RemoteIssue();
issue.setProject(projectKey.toUpperCase());
issue.setDescription(description);
issue.setSummary(summary);
issue.setAssignee(assignee);
   issue.setType("1");
issue.setComponents(components);
RemoteIssue createdIssue;
createdIssue = service.createIssue(token, issue);
return createdIssue;
}



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.