Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to extend the JIRA search to offer results from our own Search Engine via REST API

PC Rao May 13, 2022

Hi,

I am new to JIRA. We have an on premise JIRA for our bug tracking.
We are looking for ways to integrate our Search engine with the JIRA Software so that our users can perform search and view results from our Search Engine from within JIRA Software interface. This will help our users avoid creating JIRAs that can be avoided by finding solutions from Knowledge Database. Our search service offers full search features via REST API. We need to extend JIRA default Search to perform a REST call and display results along with JIRA's search results. A federated search is what we are looking for.

Please point me in the right direction as I am new to JIRA Software development/extension.

Thank you,
PC Rao.

2 answers

0 votes
PC Rao July 5, 2022

Can anyone help me with this request. I am stuck.

0 votes
Sebastian Krzewiński
Community Champion
May 13, 2022

Hi @PC Rao 

 

Please take a look on Jira REST Api - https://docs.atlassian.com/software/jira/docs/api/REST/latest/

 

Especially please focus on search section - https://docs.atlassian.com/software/jira/docs/api/REST/8.22.2/#search

 

Regards,

Seba

PC Rao May 13, 2022

Hi @Sebastian Krzewiński  
Thank you for quick response.

My question is about Outbound REST API calls from JIRA to our Knowledge DB rather than inbound. Screen+Shot+2020-07-07+at+9.24.10+am.png

As shown above, I would like to add "Show My Knowledgebase results" link that would display our Knowledgebase results upon clicking.

Thanks,
PC Rao.

Sebastian Krzewiński
Community Champion
May 19, 2022

@PC Rao 

As I understand you correctly - you want to  get results from Confluence. Did you consider use Confluence REST API?

 

Regards,

Seba

PC Rao May 23, 2022

@Sebastian Krzewiński 

No, I want to get the results from our custom Knowledgebase.

our Knowledgebase supports querying by REST API. However, JIRA should make

an outbound REST call to our Knowledgebase to fetch the results. I am looking for a

way to make outbound REST Call from JIRA. Thank you for your guidance.

Regards,

PC Rao.

Sebastian Krzewiński
Community Champion
May 30, 2022

@PC Rao screenshot that you attached is from Jira or your tool?

PC Rao June 3, 2022

Hi @Sebastian Krzewiński ,

The screenshot is from JIRA tool.

The idea is to show additional results when the user searches on JIRA (on premise).

As I dont have the access to on premise JIRA yet, I grabbed the screenshot from from https://support.atlassian.com/jira-software-cloud/docs/perform-a-quick-search/

Regards,

PC Rao.

PC Rao June 27, 2022

Hi @Sebastian Krzewiński 

Any update on this?

PC Rao July 5, 2022

Can anyone suggest me some options. I am stuck!

Sebastian Krzewiński
Community Champion
July 6, 2022

@PC Rao  Hi

 

Last question - your knowledge base is based on Confluence?

If not (As I understand) you need to find or write an add-on which will help you to get informations that you want and display where you want.

 

Regards,

Seba

PC Rao July 19, 2022

Hi @Sebastian Krzewiński 

No, our knowledge base is not in Confluence.

 

Assume, I want to query Google Search API using REST API and display results.
You mentioned add-on, how can I develop and add-on?
How can I integrate my search results with my on-prem JIRA's search

Regards,

PC Rao.

Sebastian Krzewiński
Community Champion
July 21, 2022

Hi @PC Rao 

 

Unfortunately I don't have knowledge about writing add-ons. How to start you can find here - https://developer.atlassian.com/

Suggest an answer

Log in or Sign up to answer