atlcloudjira_issue_link_type (Resource)

Example Usage

import {
  to = atlcloudjira_issue_link_type.SampleLinkTypeResource
  id = 10000
}

# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.

# __generated__ by Terraform from "10000"
resource "atlcloudjira_issue_link_type" "SampleLinkTypeResource" {
  name    = "Blocks"
  inward  = "is blocked by"
  outward = "blocks"
}

Schema

Required

  • inward (String) The description of the issue link type inward link.

  • name (String) The name of the issue link type.

  • outward (String) The description of the issue link type outward link.

Read-Only

  • id (Number) The ID of the issue link type.

  • last_updated (String) Timestamp of the last Terraform update of the Issue Link Type.