Query proforma forms? #1272
Unanswered
bradleynott
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made great use of this library so far, so many thanks to all of the contributors!
Recently I had a need to extract data from Proforma forms in Jira issues. There is a separate proforma API to get form data, but is there any way to access form data from the Jira Python library?
If possible it would be awesome to access it without using a separate API, but I guess that depends on if the data can be rolled up into the response object received from a JQL query. I think Jira uses an in-line function in their HTML source code called "proFormaReactLoad" to access proforma form data so that it can be rendered on the web page with the rest of the issue data.
Does anyone know if this proforma data is, or can be made, available inside the same json structure as the rest of the Jira issue data, or is it totally separate?
Beta Was this translation helpful? Give feedback.
All reactions