anubhavmishra / terraform-provider-jira

Terraform Provider for JIRA
MIT License
58 stars 7 forks source link

Jira - Create project #2

Open gaurav218 opened 6 years ago

gaurav218 commented 6 years ago

Hi,

I have a requirement to automation project creation in Jira via terraform. below are my use cases

1. new project
2. add role to project (r/w/a)
3. remove role from project
4. delete project

Can you pl. help me here on how to do this as current version of go library doesn't support this feature. Should i write my own go file to accomplish this ?