Open sahushashikant opened 1 year ago
Hi @sahushashikant,
I had this problem a while ago.
{"errorMessages":[],"errors":{"reporter":"Field 'reporter' cannot be set. It is not on the appropriate screen, or unknown."}}
Check if the 'reporter' field is enabled in your project's screen scheme.
Bug summary
I'm trying to create a Jira ticket and following is my input dict:
I have tried replacing
id
withaccountId
andname
, which I found in old documentations and on some forums, but I get the same error which is:Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
3.5.0
Python Interpreter version
3.8
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
The issue should have been created with the reporter field according to the documentation
Additional Context
No response