Story :Identify API call from horizon confluence to horizon jira that enables issue collector
Description: Given information on the Jira Issue Collectors hosted in Horizon Confluence
When we research how those Issue Collectors are coded and run
Then we can document what Jira API calls they are making
Given information on the API calls to Jira the Issue Collectors running from Horizon Confluence are making
When we look at the logs for Horizon Jira
Then we can identify which of the calls to the Jira API come from Issue Collectors
Solution for this story?
Hi @Mounika S ,
From what you've mentioned I'm assuming you're looking to understand the backend behavior of the Issue Collector?
I'm not totally aware of the exact API calls the Issue Collector makes, but what I can tell you is that the prime use case of the Issue Collector is to make a new issue in a specified Jira project, that can be achieved using this API : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Other Document for reference : https://support.atlassian.com/jira-cloud-administration/docs/customize-the-jira-issue-collector/#Setting-field-values-from-JavaScript
Hope this helps!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.