Skip to content

Commit

Permalink
Add filter and cloud id
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Oct 8, 2024
1 parent 44431b9 commit 9195c81
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 27 deletions.
75 changes: 48 additions & 27 deletions gen/commonfate/control/integration/v1alpha1/jira.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions proto/commonfate/control/integration/v1alpha1/jira.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ package commonfate.control.integration.v1alpha1;
message Jira {
string client_id = 1;
string client_secret_secret_path = 2;
string cloud_id = 3;
string issue_filter_jql = 4;
}

0 comments on commit 9195c81

Please sign in to comment.