Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,130
Community Members
 
Community Events
184
Community Groups

accessing form data (proforma) with the official jira python module

Edited

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

1 answer

1 accepted

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
 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events