Hi, I want to know if anyone made it possible or has good ideas how to achieve this.
Our scenario (not productive but planned)
We have Dynamics NAV for invoicing, time tracking and support.
Our plan:
Confluence, Jira, Jira Service Desk and Bitbucket for our daily work. (Cloud)
A Confluence space should be connected to a Jira Space and so on. The Jira Space should be a project in Dynamics NAV and all the issues should be tasks in NAV. At the moment we post our time needed on these tasks and can invoice out of this posted time.
My Issue is that I have no idea how I can use the Jira Time Tracking functionality and transfer those posted times to nav. I tried the .NET Framework for Jira but I can not scan all spaces and issues for changes all the time. It would be a nice thing if I could configure Jira to tell our ERP about things which happened.
Issue created -> new job task in nav
Issue Time Tracking -> post resource in NAV on job task
Issue status changed -> inform NAV
and so on.
Questions here.
- What if the connection was not present at the moment. Can I call our ERP again, will I be informed about this fact.
- Issue moved from one Jira space to another. (Big question in NAV)
- Polling all issues is not the way to do
Maybe you could use Jira Webhooks for that: https://developer.atlassian.com/server/jira/platform/webhooks/
They offer a wide range of listeners.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.