Is there any way to create Releases in Portfolio automatically ? (by using API or something..._
I found it )
api method:
{jira url}/rest/jpo/1.0/versions/add
body (example):
{
"planId":18,
"scenarioId":18,
"projectId":10301,
"description":{
"name":{"value":"release_8"},
"description":{},
"delta":{},
"start":{},
"end":{},
"crossProjectVersion":{}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.