How to add multiple Programs to Program Increment using Jira Align API
Summary
This article is prepared to guide you on adding multiple Programs to a particular Release via API.
Solution
We can add multiple Programs by adding the "programId" to a particular Release via the/align/api/2/Releases/IDAPI endpoint.
PATCH {{baseUrl}}/align/api/2/Releases/ID
[
{
"op": "add",
"path": "/programIds/-",
"value": ProgramID-A
},
{
"op": "add",
"path": "/programIds/-",
"value": ProgramID-B
}
]Updated on September 26, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.