Hi Marina,
Unfortunately we don’t have any documentation regarding JIRA integration.
However, we do support webhooks which might be interesting for this integration:
About webhooks
Webhooks allow an API to exchange information with other applications through HTTP post requests. They can be used for notifications when an expected event (as previously configured by the user) has occurred.
Since they allow real-time communication, webhooks are efficient and performant.
Webhooks can be used to build integrations with extendable applications such as Slack, GitHub, and Dropbox.
Webhooks communicate in both directions:
Outgoing webhooks are a simple way to po…
Here is an example of how it is used with Slack:
About SENDHTTPPOST
The SENDHTTPPOST workflow application (available as of WorkflowGen version 6.6.0) lets you create webhook HTTP requests to external systems. For example, this is an easy way to send messages to Slack channels. The JSON and URLENCODED request exhange formats are supported, and you can create more action parameters to send additional data.
Note: It is recommended to use the RESTAPICLIENT workflow application instead of SENDHTTPPOST, since RESTAPICLIENT provides more extensive f…
Regards,
Eddy.