You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.