Hi,
We were trying to integrate SAP focused build with JIRA referring https://github.com/SAP/solman-fb-jira-addon. I am manually trying to make a post request generated by focused build (under 5.1 in https://github.com/SAP/solman-fb-jira-addon/blob/master/doc/External_Tool_Integration_API_V2.0.pdf) with the corresponding JIRA instance and I get:
{
"error": {
"code": "1005",
"message": "Not finded mapping for DESCRIPTION/Epic name"
}
}
How should I resolve this issue ?