Hi Guys,
When retriving a post function event on a transition from Jira, the self attribute in the issue is wrong :
"issue": {
"self": "10200",
"id": "10200",
"fields": {
"statuscategorychangedate": "2020-08-25T16:52:10.416+0200",
"fixVersions": []
}
...As you can see the self attribute has the same value as id, which i think is a simple copy/paste error.