Forums

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

Link to JIRA Issues in Confluence Database

Маргарита
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 28, 2021

Добрый день. Хотелось бы получить некоторую помощь о том, как страницы и задачи Confluence «связаны» в JIRA. В интерфейсе обеих систем связывание происходит с помощью макроса, но в базе данных Confluence я не могу найти данные о ссылках на JIRA, пожалуйста, помогите с вопросом. Заранее спасибо.

1 answer

0 votes
Gaurav
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 Champions.
November 1, 2021

Hello @Маргарита 

Welcome to the community!!

As you are using the Macros, the links would be found in the content of the COnfluence page. Sample query for Postgres DB is as:

SELECT c.CONTENTID, c.CONTENTTYPE, c.TITLE, s.SPACEKEY
FROM CONTENT c
JOIN BODYCONTENT bc
ON c.CONTENTID = bc.CONTENTID
JOIN SPACES s
ON c.SPACEID = s.SPACEID
WHERE c.PREVVER IS NULL
AND c.CONTENTTYPE IN ('PAGE', 'BLOGPOST')
AND bc.BODY LIKE '%<INSERT_KEYWORD_HERE>%';

Let me know if this helps.

Kindly accept the answer if this helps resolve the query.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events