0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

JIRAでconfluenceページをメンションしたチケットを検索する方法

Posted at

Confluenceにメンションされているチケットの一覧を作りたかったのですが、
調べても調べてもなかなか良い記事が出なくて、
ようやく見つけた英語の解決策をここにまとめておきます。
日本語で解説してるページはここ以外にないはず・・・!

1.ConfluenceのグローバルIDを入手する

①confluenceにメンションされているチケット番号をメモをしておく
②以下URLの「XXX」の箇所を編集する
https://XXX.atlassian.net/rest/api/latest/issue/XXX(ここにチケットのアルファベットとチケット番号を書く)/remotelink
③編集したURLをアクセス
④表示されたJSONからグローバルIDをコピー
image.png

2.JIRAのJQL検索する

さきほどコピーしたグローバルIDを以下にあてはめる

issue in issuesWithRemoteLinksByGlobalId('appId=XXX&pageId=XXX')

これでConfluenceでメンションされているJIRAチケットの一覧を入手することができます!

参考資料

https://community.atlassian.com/t5/Confluence-questions/Filter-by-Issue-Links-quot-mentioned-in-quot/qaq-p/398831
https://community.atlassian.com/t5/Jira-questions/How-to-list-the-globalId-to-use-in/qaq-p/177062

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?