Open raypettersen opened 2 years ago
Hi,
I notice that module go-jira has just commited yesterday to meet the new component API of Jira Cloud, please take a look: https://github.com/andygrunwald/go-jira/blob/main/cloud/component.go
This looks very interesting. However, there are a few methods still missing https://github.com/andygrunwald/go-jira/blob/aeff901419eec3ebe78171a8cc535433bba52d27/cloud/component.go#L96 (e.g. update)
I hope that i'll find some time soon to come up with a proper strategy for JIRA cloud. Right now, this provider in somewhat focussed on JIRA Server / Data Center
Any update/plans/workarounds for terraforming components in JIRA Cloud?
Upon testing the new component feature, I discovered that I was unable to set accountid. The provider excepts a username but Atlassian is deprecating that input, and it's not possible to do anything else than accountid on our cloud-instance.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components/#api-rest-api-3-component-post
The provider should support leadAccountId so that it's future-proof for GDPR.
Update: Upon inspecting https://github.com/andygrunwald/go-jira/blob/main/component.go I see no signs of accountid, so I guess that might be a blocker for this project?