terraform-provider-jira icon indicating copy to clipboard operation
terraform-provider-jira copied to clipboard

Request: support full Jira configuration

Open codafyer opened this issue 5 years ago • 3 comments

I was looking for a Terraform provider to configure Jira for new projects. I tried your provider and it works very well for basic Jira stuff! Are there any plans to support more REST API calls so you could do more on the Jira configuration part? The goal is to setup a complete Jira project instance from a Terraform configuration.

I'm talking about e.g. the following calls: Create workflow: POST /rest/api/3/workflowscheme Create board: POST /rest/agile/1.0/board Create permission scheme: POST /rest/api/3/permissionscheme Set user property: PUT /rest/api/3/user/properties/{propertyKey} Create custom field: POST /rest/api/3/field

codafyer avatar Jan 22 '20 12:01 codafyer

These features are definitely on the roadmap but unfortunately I cannot promise any timeline. Which of them are most important to you?

fourplusone avatar Jan 23 '20 19:01 fourplusone

The most important one for us would be the workflowscheme, as this seems to be the one that is the most manual timeconsuming.

codafyer avatar Jan 30 '20 09:01 codafyer

@codafyer I have added support for custom field and issue type scheme in #25 I hope it helps in the same direction

jairov4 avatar Jul 27 '20 17:07 jairov4