I want to integrate share point with jira .For example if I create a task on sharepoint it will reflect on jira.
Hi @amisha s and welcome to the community,
I don't know how sharepoint works, but Jira has a rest API which you can use to create an issue on your project. https://developer.atlassian.com/cloud/jira/platform/rest/v3/
You just have to find a way to send an http request from sharepoint. Perhaps this can help https://learn.microsoft.com/en-us/sharepoint/dev/business-apps/power-automate/guidance/working-with-send-sp-http-request
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.