Hi Team,
I am working on an integration between Jira and ServiceNow to automatically create Time Cards in ServiceNow based on the hours logged in Jira.
When a user logs work hours in Jira:
I need the Jira Space/Project details when a worklog is created.
I noticed the following behavior:
When the following events occur, I can see the Jira Project/Space information in the payload:
When a Worklog Created event is triggered:
hi @Mohan Reddy
I believe this is common design limitation with default worklog_created webhook payload.Have you tried/considered the following options?
Extract the issuedetails from the worklog_created incoming payload.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.