Skip to content

Overview

Work item relations let you model dependencies and planning constraints between work items, including blocking, duplicate, relates-to, and scheduling relationships.

Learn more about Work Items

The Work Item Relations Response

Attributes

  • blocking array

    List of issue IDs that are blocking this issue

  • blocked_by array

    List of issue IDs that this issue is blocked by

  • duplicate array

    List of issue IDs that are duplicates of this issue

  • relates_to array

    List of issue IDs that relate to this issue

  • start_after array

    List of issue IDs that start after this issue

  • start_before array

    List of issue IDs that start before this issue

  • finish_after array

    List of issue IDs that finish after this issue

  • finish_before array

    List of issue IDs that finish before this issue

Response200
json
{
  "blocking": ["550e8400-e29b-41d4-a716-446655440000", "550e8400-e29b-41d4-a716-446655440000"],
  "blocked_by": ["550e8400-e29b-41d4-a716-446655440000"],
  "duplicate": [],
  "relates_to": ["550e8400-e29b-41d4-a716-446655440000"],
  "start_after": [],
  "start_before": ["550e8400-e29b-41d4-a716-446655440000"],
  "finish_after": [],
  "finish_before": []
}