Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms communicates with your Jira using an application link (or a web service connection if you are using ConfiForms cloud) and works with a JSON structures

Info

How to get a JSON structure from Jira for your Jira issue


Code Block
https://your_server/rest/api/latest/issue/key

for example

Code Block
https://vertuna.atlassian.net/rest/api/latest/issue/TEST-30


...