You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/GitReleaseNotes/GitReleaseNotesArguments.cs
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ public class GitReleaseNotesArguments
33
33
[Description("Issue tracker password")]
34
34
publicstringPassword{get;set;}
35
35
36
-
[Description("Jira project ID")]
37
-
publicstringJiraProjectId{get;set;}
36
+
[Description("Issue tracker project ID")]
37
+
publicstringProjectId{get;set;}
38
38
39
39
[Description("Jql query for closed issues you would like included if mentioned. Defaults to project = <YOURPROJECTID> AND (issuetype = Bug OR issuetype = Story OR issuetype = \"New Feature\") AND status in (Closed, Done, Resolved)")]
40
40
publicstringJql{get;set;}
@@ -45,9 +45,6 @@ public class GitReleaseNotesArguments
45
45
[Description("Url of YouTrack server")]
46
46
publicstringYouTrackServer{get;set;}
47
47
48
-
[Description("YouTrack project ID")]
49
-
publicstringYouTrackProjectId{get;set;}
50
-
51
48
[Description("YouTrack filter for closed issues that you would like included if mentioned. Defaults to project:<YOURPROJECTID> State:Resolved State:-{{Won't fix}} State:-{{Can't Reproduce}} State:-Duplicate")]
0 commit comments