메소드 | 설명 | |
---|---|---|
GeTransitions ( string IssueKey ) : List |
Get the list of possible Status Transitions for an Issue
|
|
SetPriorities ( List |
Changes the priority of a list of issues on a given priority ID
|
|
SetTransition ( string IssueKey, string TransitionId, EventHandler |
Changes status to an issue on a given Transition ID
|
public static GeTransitions ( string IssueKey ) : List |
||
IssueKey | string | Jira Key of the Issue |
리턴 | List |
public static SetPriorities ( List |
||
IssueKeys | List |
|
PriorityId | string | |
eventHandler | EventHandler |
|
리턴 | void |
public static SetTransition ( string IssueKey, string TransitionId, EventHandler |
||
IssueKey | string | Jira Key of the Issue |
TransitionId | string | Jira Transition ID |
eventHandler | EventHandler |
Event handler to fire after the action is complete |
리턴 | void |