Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Link to JIRA Issues in Confluence Database

Маргарита October 28, 2021

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

1 answer

0 votes
Gaurav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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