C# 클래스 ARUP.IssueTracker.Classes.JiraUtils

파일 보기 프로젝트 열기: ArupAus/issue-tracker

공개 메소드들

메소드 설명
GeTransitions ( string IssueKey ) : List

Get the list of possible Status Transitions for an Issue

SetPriorities ( List IssueKeys, string PriorityId, EventHandler eventHandler ) : void

Changes the priority of a list of issues on a given priority ID

SetTransition ( string IssueKey, string TransitionId, EventHandler eventHandler ) : void

Changes status to an issue on a given Transition ID

메소드 상세

GeTransitions() 공개 정적인 메소드

Get the list of possible Status Transitions for an Issue
public static GeTransitions ( string IssueKey ) : List
IssueKey string Jira Key of the Issue
리턴 List

SetPriorities() 공개 정적인 메소드

Changes the priority of a list of issues on a given priority ID
public static SetPriorities ( List IssueKeys, string PriorityId, EventHandler eventHandler ) : void
IssueKeys List
PriorityId string
eventHandler EventHandler
리턴 void

SetTransition() 공개 정적인 메소드

Changes status to an issue on a given Transition ID
public static SetTransition ( string IssueKey, string TransitionId, EventHandler eventHandler ) : void
IssueKey string Jira Key of the Issue
TransitionId string Jira Transition ID
eventHandler EventHandler Event handler to fire after the action is complete
리턴 void