Using jira python create ticket, how to assign reporter field

moonhkt August 10, 2022
What is value for reporter ?
 case_data = {
        "project": "IT",
        "summary": XXXX",
        "reporter":  [{"value": "?????"}],
        "description": "TBA",
        "issuetype": {"name": "IT Service Request"}
     
    }
....
jira.create_issue(fields=case_data)

1 answer

1 accepted

1 vote
Answer accepted
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 10, 2022
eric.leung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 10, 2022

How to get id value ? 

Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 10, 2022

There are solutions in my previous link.

moonhkt August 10, 2022

Thanks, It Works

Suggest an answer

Log in or Sign up to answer