Method | Description | |
---|---|---|
AddComment ( string issueRef, string comment ) : void | ||
AddWorkLog ( string issueRef, WorkLogStrategy workLogStrategy, string comment, System.TimeSpan timeSpent, System.DateTime logDate, System.TimeSpan remainingTime = null ) : void | ||
AssignIssue ( string issueRef, string userName ) : void | ||
GetCurrentUser ( ) : Gallifrey.Jira.Model.User | ||
GetFilters ( ) : IEnumerable |
||
GetIssue ( string issueRef ) : Gallifrey.Jira.Model.Issue | ||
GetIssueTransitions ( string issueRef ) : Transitions | ||
GetIssueWithWorklogs ( string issueRef, string userName ) : Gallifrey.Jira.Model.Issue | ||
GetIssuesFromFilter ( string filterName ) : IEnumerable |
||
GetIssuesFromJql ( string jql ) : IEnumerable |
||
GetJqlForFilter ( string filterName ) : string | ||
GetProjects ( ) : IEnumerable |
||
JiraSoapClient ( string baseUrl, string username, string password ) : System | ||
TransitionIssue ( string issueRef, string transitionName ) : void |
public AddComment ( string issueRef, string comment ) : void | ||
issueRef | string | |
comment | string | |
return | void |
public AddWorkLog ( string issueRef, WorkLogStrategy workLogStrategy, string comment, System.TimeSpan timeSpent, System.DateTime logDate, System.TimeSpan remainingTime = null ) : void | ||
issueRef | string | |
workLogStrategy | WorkLogStrategy | |
comment | string | |
timeSpent | System.TimeSpan | |
logDate | System.DateTime | |
remainingTime | System.TimeSpan | |
return | void |
public AssignIssue ( string issueRef, string userName ) : void | ||
issueRef | string | |
userName | string | |
return | void |
public GetCurrentUser ( ) : Gallifrey.Jira.Model.User | ||
return | Gallifrey.Jira.Model.User |
public GetIssue ( string issueRef ) : Gallifrey.Jira.Model.Issue | ||
issueRef | string | |
return | Gallifrey.Jira.Model.Issue |
public GetIssueTransitions ( string issueRef ) : Transitions | ||
issueRef | string | |
return | Transitions |
public GetIssueWithWorklogs ( string issueRef, string userName ) : Gallifrey.Jira.Model.Issue | ||
issueRef | string | |
userName | string | |
return | Gallifrey.Jira.Model.Issue |
public GetIssuesFromFilter ( string filterName ) : IEnumerable |
||
filterName | string | |
return | IEnumerable |
public GetIssuesFromJql ( string jql ) : IEnumerable |
||
jql | string | |
return | IEnumerable |
public GetJqlForFilter ( string filterName ) : string | ||
filterName | string | |
return | string |
public JiraSoapClient ( string baseUrl, string username, string password ) : System | ||
baseUrl | string | |
username | string | |
password | string | |
return | System |
public TransitionIssue ( string issueRef, string transitionName ) : void | ||
issueRef | string | |
transitionName | string | |
return | void |