Hello Community!
I am looking for sample command to create Initiatives using REST API on Jira with Portfolio.
Anyone know how to do it?
Hi @Ricardo_Sousa_da_Silva ,
I'd recommend using the Jira REST API to create an issue (see example https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/)
If you need more info programmatically to know which issue types are currently configured in your Portfolio hierarchy you can have a look at the Portfolio hierarchy REST endpoint https://docs.atlassian.com/portfolio-for-jira-server/REST/3.1.0/jpo/#tag-hierarchy
Let me know how that goes!
Cheers,
Thomas