問題タブ [confluence-macros]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
confluence - コンフルエンスで文字列を HTML に解析するにはどうすればよいですか?
ブラウザー ページを介して関数によって生成される html コードを追加する必要があります。
基本的に私は次の機能を持っています:
http://www.example.com/?.convert.HTML[]
次の HTML コードを返します。
合流するHTMLテーブルでこれを解析する必要があります。
jenkins - Jenkins Confluence Publisher - 新しい行にデータを追加するための wiki マークアップ プレーン テキスト
Wiki マークアップ トークンを使用して、ヘッダーの下の最初の行として機能するように、テーブルの上部に新しい行/新しいセルを追加/追加するにはどうすればよいですか。?
Jenkins 合流パブリッシャーを使用して、Jenkins ビルドから合流ページのテーブルのセルに値を送信します。毎日ジョブを実行しているため、Jenkins ジョブで新しい詳細を最初の行に追加する必要があり、最終的には昨日のジョブの詳細が 2 行目にプッシュダウンされます。
before21
token は、 の下のcolumn H1
whilebefore 31
値の下にあるはずの結果を返しますcolumn H2
。|cell|
andを使用して既存のセル内にセルを作成しようとしました{{!}}
が、これらのトークンがテーブル内にあるため、どれも機能しません。以下のスクリーンショットに示すように、値は新しいセルではなく同じセルに追加されています。
before21
の行を作成して、同じ新しい行を に使用できるかどうかわかりません before31
。これらのトークンの値は、Jenkins 合流パブリッシャーからプレーン テキスト オプションとして渡され、最終的には新しい行になります。プレーン テキストは wiki マークアップ形式をサポートします。
https://www.jenkins.io/doc/pipeline/steps/confluence-publisher/
どこが間違っているのか、どうすればこれを達成できるのか教えてください。
コンフルエンス7Xを使用しています。編集モードでは、ページは次のようになります
投稿更新です
confluence - Confluence User Macro get email address
Hi I'm trying to get the email address of a user with a supplied username parameter. I've been looking on here: https://docs.atlassian.com/atlassian-confluence/6.6.0/
But I haven't been able to find what I'm after.
I'm able to get the users name and profile pic, but I'm stuck on email, so if anyone could point me in the right direction that would be great!
I'm looking to do something like this, where I request the users email address based on the supplied username. But I can't find anything that matches up to that.
#set($email = $action.getEmail($paramUsername)) //one that I've tried but doesn't work!
--Full name and User pic if that helps anyone else!
Thanks!
jira - Jira と統合する Confluence オープン ソース / サンプル アプリ
Jira からの情報を表示するカスタム Confluence アプリの作成を検討しています。
参照できる例やオープンソース プロジェクトはありますか?