I'm currently trying to get my company to start using Confluence but one of the major issues that they have is the ticketing service. We currently have a in house built ticketing service and do not use JIRA. I'm curious if either the API or another aspect of Confluence will allow me to feed tickets/data to Confluence in some form?
Yes, there are a couple of approaches.
Confluence's REST API is available to Cloud users, but this is quite a static thing - it will allow you to create and update pages from your ticketing system, but updates will cause page changes, so you'll rapidly build up very long histories on pages, and you will need to build potentially complex structures and code to keep things updated.
The other option is to examine what your system can expose that Confluence can pull out. Not knowing your system, I can't use it as an example, but if you look at what JIRA exposes, you'll see that Confluence has a couple of macros that can pull data from JIRA issues for display and also read search results and draw them up.
I'd prefer the second approach if possible, as it's more dynamic and less work generating extra histories for Confluence, but it does depend on your system having the integration points.
Here are some options for dealing with the add-on limitations of Atlassian cloud:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know this should be possible. if you use the API that Confluence and JIRA provides to add content it will work. Doesn't matter how you run the APi command, but it matter that the syntax is correct.
Here are the API for Confluence and JIRA. I hope this helps.
Cheers,
Rodrigo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.