Overview
Work item relations let you model dependencies and planning constraints between work items, including blocking, duplicate, relates-to, and scheduling relationships.
The Work Item Relations Response
Attributes
blockingarrayList of issue IDs that are blocking this issue
blocked_byarrayList of issue IDs that this issue is blocked by
duplicatearrayList of issue IDs that are duplicates of this issue
relates_toarrayList of issue IDs that relate to this issue
start_afterarrayList of issue IDs that start after this issue
start_beforearrayList of issue IDs that start before this issue
finish_afterarrayList of issue IDs that finish after this issue
finish_beforearrayList 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": []
}
