Skip to content

Create a resource to manage work item relationshipΒ #1485

@frek818

Description

@frek818

Community Note

  • Please vote on this issue by adding a πŸ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add a resource to manage work item relationship. I would like to use this provider to create work items an to manage the relationships between them. The azuredevops_workitem already support to ability to define a Parent relationship via the parent_id parameter but I'm interesting be being able to define other relationships as well.

I am interested in implementing this feature. I'm looking to see if their is an appetite and to start a conversation to flesh out the design.

New or Affected Resource(s)

  • azuredevops_workitem_relationship

Potential Terraform Configuration

resource "azuredevops_workitem_relationship" "this" {
  workitem_id = "123456"
  relationship_type = "Predecessor"
  resource_link = "..." # Maybe a polymorphic value HTTP link or work item id
}

References

  • #0000

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions