Open codafyer opened 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?
The most important one for us would be the workflowscheme, as this seems to be the one that is the most manual timeconsuming.
@codafyer I have added support for custom field and issue type scheme in #25 I hope it helps in the same direction
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