Skip to content

Commit

Permalink
Remove jirafilter from schema (#139)
Browse files Browse the repository at this point in the history
* remove field from schema

* add changeset

* Generate documentation

---------

Co-authored-by: meyerjrr <[email protected]>
  • Loading branch information
meyerjrr and meyerjrr authored Oct 17, 2024
1 parent 56e81ff commit d6a2c55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-hounds-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-provider-commonfate": patch
---

Fix unused field from Jira integration resource
1 change: 0 additions & 1 deletion docs/resources/jira_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Registers a Jira integration

- `client_id` (String) The Jira application Client ID
- `client_secret_secret_path` (String) Path to secret for Client Secret
- `issue_filter_jql` (String) The JQL expression to filter issues shown for use as context in request reasons
- `name` (String) The name of the integration: use a short label which is descriptive of the organization you're connecting to

### Read-Only
Expand Down
4 changes: 0 additions & 4 deletions internal/jira/resource_jira_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ func (r *JiraIntegrationResource) Schema(ctx context.Context, req resource.Schem
MarkdownDescription: "Path to secret for Client Secret",
Required: true,
},
"issue_filter_jql": schema.StringAttribute{
MarkdownDescription: "The JQL expression to filter issues shown for use as context in request reasons",
Required: true,
},
},
MarkdownDescription: `Registers a Jira integration`,
}
Expand Down

0 comments on commit d6a2c55

Please sign in to comment.