Apologies up front for what seems like a basic question....
I have what seems like a pretty generic need but having a very minimal developer background I am struggling to understand (but willing to take a shot) where in my instance of JIRA Cloud do I start? I don't want to use a 3rd party connector for this as it seems to be an overkill and costly for what seems like a "basic" thing.
I want to sync over from our instance of JIRA Cloud to SFDC via REST the value of 1 field in each issue/ticket into a specific custom object within our prod SFDC. The trigger from JIRA to SFDC should be based upon the JIRA status field once it has been changed to "Close".
I can make REST calls into JIRA not problem but not sure how to get our instance to POST a value based on a condition into SFDC.
Does anyone have a pointer and sample?