hi, i'd like to access the proforma data in an issue with the official jira python module (https://pypi.org/project/jira/)
Is there any way to get those (easily)? I tried it with jira.issue("My-Issue-ID").raw but was not able to find anything related to the form data.
or is the rest api somehow public accessible? then i could test in my browser if i can access those fields. i created a new group and assigned the export form data permission, so in theory, it should work
the forms version is: 8.6.4-DC, jira version 9.4.4
wierd, an hour ago i was not able to access the documentation, now i can view it at https://confluence.atlassian.com/proformadev/v1-2-0-api-documentation-1167691702.html
very strange, maybe adblock blocked it or so.. guess with that i can work on.
edit: i played now a bit around (because i had no form id) and found this: /rest/proforma/api/2/issues/Ticket-ID/forms which gives me all i need. Wondering if this is documented or so. Maybe i am blind :)
Now wondering if i can access those fields with the jira object, which is already authenticated with the jira server. Dont want to authenticate again with a http client :X
edit 2: i was also able to access those fields with /rest/proforma/1/issue/Ticket-ID/form/1/answers, but seems like not possible to access them with the jira python object?
edit 3: created a ticket for the jira object: https://github.com/pycontribs/jira/issues/1647
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.