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
Copy file name to clipboardExpand all lines: cmd/kosli/root.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ The ^.kosli_ignore^ will be treated as part of the artifact like any other file,
115
115
jiraAPITokenFlag="Jira API token (for Jira Cloud)"
116
116
jiraPATFlag="Jira personal access token (for self-hosted Jira)"
117
117
jiraIssueFieldFlag="[optional] The comma separated list of fields to include from the Jira issue. Default no fields are included. '*all' will give all fields."
118
+
jiraSecondarySourceFlag="[optional] An optional string to search for Jira ticket reference, e.g. '--jira-secondary-source ${{ github.head_ref }}'"
118
119
envDescriptionFlag="[optional] The environment description."
119
120
flowDescriptionFlag="[optional] The Kosli flow description."
120
121
trailDescriptionFlag="[optional] The Kosli trail description."
0 commit comments