C# Class ARUP.IssueTracker.Classes.JiraUtils

Afficher le fichier Open project: ArupAus/issue-tracker

Méthodes publiques

Méthode Description
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

Method Details

GeTransitions() public static méthode

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

SetPriorities() public static méthode

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
Résultat void

SetTransition() public static méthode

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
Résultat void