Automate knowledge base articles from JIRA Service Desk

Fredrik Ivansson Flinta February 14, 2018

Is there someone that has automated creation of knowledge base articles upon a transition or in some other way?

 

My UC is:

When issue is in transition from one status to another as an Agent in JSD

Then Create a KB-article (How-To, Troubleshooting...) in the connected KB space in Confluence.

2 answers

1 accepted

2 votes
Answer accepted
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 14, 2018
  1. Fire a new custom event in the postfunction for this transition.
  2. Catch this event in your custom Listener.
  3. Extract issue from event .
  4. Perform your logic.
  5. Create KB- article in confluence with the REST api
Fredrik Ivansson Flinta February 19, 2018

Thanks @Danyal Iqbal, I will figure out a solution for this.

0 votes
Francesc Arbó
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 14, 2018

Hi @Fredrik Ivansson Flinta,

 

so you need to automate the creation of the page in your linked knowledge space or you also need to collect information of the issue filling this page?

Fredrik Ivansson Flinta February 19, 2018

Not necessary all content from issue, I would like to automate publishing of the final answer in the KB together with the description.

I think I have to go on Danyal's answer and suggestion below to achieve that.

Suggest an answer

Log in or Sign up to answer