Skip to content

Commit

Permalink
Remove requirement to specify JQL on JIRA integration (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckluy31 authored Oct 14, 2024
1 parent dcd0f1f commit 1aacec1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-dolphins-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/sdk": patch
---

Remove requirement to specify JQL on the JIRA integration.
62 changes: 26 additions & 36 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.

1 change: 0 additions & 1 deletion proto/commonfate/control/integration/v1alpha1/jira.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package commonfate.control.integration.v1alpha1;
message Jira {
string client_id = 1;
string client_secret_secret_path = 2;
string issue_filter_jql = 3;
// cloud_id is a calculated field which is fetched automatically on creation of the integration
string cloud_id = 4;
// jira_url is a calculated field which is fetched automatically on creation of the integration
Expand Down

0 comments on commit 1aacec1

Please sign in to comment.