terraform-community-providers / terraform-provider-linear

Terraform provider for linear.app
https://registry.terraform.io/providers/terraform-community-providers/linear/latest/docs
Mozilla Public License 2.0
2 stars 1 forks source link

`linear_issue_template` resource #26

Open petemounce opened 1 year ago

petemounce commented 1 year ago

Would it be reasonable to support managing issue-templates?

I'm not so familiar with graphQL but there appear to be hits for template in both mutation and query of the schema.

Over here, we use issue-templates (with sub-issues) to codify workflows like release process / declare-an-incident.

We place a title and description inside the parent-issue template, and inside n sub-issues. We also make the template's parent and sub-issues have some labels.

It would be particularly convenient also to re-order the sub-issues within the template - at the moment, that isn't possible to do via the admin UI, though, so I don't know if the API make it possible to set / change the ordering of sub-issues.

Funding

Fund with Polar

pksunkara commented 1 year ago

I would welcome a PR.