public interface JiraClientSvc
| Modifier and Type | Method and Description |
|---|---|
void |
addCommentToTicket(String jiraIssueKey,
String comment)
Add a comment to a ticket
|
void |
addLabelToTicket(String jiraIssueKey,
String labelToAdd)
Add a label to a ticket
|
void |
changeWorkflowOfTicket(String jiraIssueKey,
String transitionName)
Apply the transition to a ticket
|
void |
updateField(String jiraTicketNumber,
String fieldName,
String fieldContent) |
void addCommentToTicket(String jiraIssueKey, String comment) throws net.rcarz.jiraclient.JiraException
jiraIssueKey - - the issue key (ex: JENKINS-101)comment - - the comment to add. Can use JIRA markupnet.rcarz.jiraclient.JiraExceptionvoid addLabelToTicket(String jiraIssueKey, String labelToAdd) throws net.rcarz.jiraclient.JiraException
jiraIssueKey - - the issue key (ex: JENKINS-101)labelToAdd - - the label to addnet.rcarz.jiraclient.JiraExceptionvoid changeWorkflowOfTicket(String jiraIssueKey, String transitionName) throws net.rcarz.jiraclient.JiraException
jiraIssueKey - - the issue key (ex: JENKINS-101)transitionName - - the name of the transitionnet.rcarz.jiraclient.JiraExceptionCopyright © 2004-2016. All Rights Reserved.