Hi,
I am having the problem that I can only set system fields (due date, summary, assignee,...) in Shary.
I would like to set the field "gremium date", which is on "create issue screen" the screen in Jira. But in Shary I still get the message
com.atlassian.sal.api.net.ResponseException: Error communicating with Jira, {"errorMessages":[],"errors":{"gremium date":"Field 'gremium date' cannot be set. It is not on the appropriate screen, or unknown."}}
The code in Shary is
{
"fields":
{
"project": { "key": "BKB" },
"gremiumdate": "[entry.golivedate.jiraDate]",
"issuetype": { "name": "Task" }
}
}Can anyone help? Thanks a lot!
