You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
issueTopic = {
'project':{ 'key':'PROJECT'},
'summary':'summary',
'description':'descriotion',
'issuetype':{ 'name':'Task' },
'customfield_10008':'epic name',
}
new_topic = jira.create_issue(fields = issueTopic )
Here are the error messages:
response text = {"errorMessages":[],"errors":{"customfield_10008":"Field 'customfield_10008' cannot be set. It is not on the appropriate screen, or unknown."}}
This is operational:
print(issue.fields.customfield_10008)
Hi @bowei bai ,
I see that you are trying to create issue type Task and add a custom field "Epic Name". Kindly be informed that Epic Name is to be used only on Epics. You should not be adding the "Epic Name" field on other issue types.
If you want to link Task and an existing Epic , you should be using "Epic Link" field in Task .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Community members! Wanted to give you the heads up about a NEW Community Group for Jira Cloud Admins. This is a group where you can ask questions, access resources, and rub elb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.