JIRA Integration with external systems -
i'm working on poc automate downstream processes in external systems based on jira processes , have hit wall api. appears have great integration pulling data tickets out of jira , ability externally generate tickets jira.
however don't see how trigger external calls part of workflows. example if ticket should prevented being routed next stage of workflow without accessing database ensure availability of inventory first how in jira?
based on attributes in jira ticket upon final completion of workflow we'd send jms or rest message or possibly update external database. possible?
thanks in advance help!
if want "before" check, use validator on workflow transition.
i suggest deploying (free) script runner add-on. there can implement ton of things. example, you'll new validator option "script validator", can specify groovy script decides if lets through transition or aborts it.
Comments
Post a Comment