fourplusone / terraform-provider-jira

Terraform provider to configure JIRA
https://registry.terraform.io/providers/fourplusone/jira/latest
MIT License
176 stars 55 forks source link

Request: support full Jira configuration #16

Open codafyer opened 4 years ago

codafyer commented 4 years ago

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

fourplusone commented 4 years ago

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

codafyer commented 4 years ago

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

jairov4 commented 4 years ago

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