Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/llm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ atl issue transition PROJ-1234 "Done" --field "Resolution=Fixed" # Transition w

# Issue links
atl issue link PROJ-1 PROJ-2 --type Blocks
atl issue link PROJ-1 --list # List links on an issue
atl issue link PROJ-1 --delete <id> # Delete a link by ID
atl issue link --list-types # List available link types

# Web links
Expand Down
Loading