Hi, everybody
I've encounter one task, that I don't know how to solve.
I'm automatically importing objects from external system. On creation, automation creating new issue at Jira SD. No issues here, but as status on object in external source changes, I need to update status of issue at Jira.
Going with Groovy for this - is an overkill for me, as I never used it before and there is only one and irrelevant example of groovy automation at Insight documentation.
I was thinking of using Automation with HTTP call to Jira API to update connected issue, but to do so, I need issue key, that I can't get with existing placeholders :(
Jira SD automation, Jira Workflow post functions doesn't seem to be relevant here (at least to my understanding), as event is triggered at Insight side, not Jira side.
Can anybody advice on possible solution here?