添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Anyone knows how can I find the CSS element for the JIRA ticket description panel?

I’m trying to write a plugin which will change text alignment for right-to-left languages.

I was able to update the “issue title” field (using #summary-val tag) and “label” field (using ul.labels tag), but I can’t find the correct tag for the “issue description” field when in edit mode.
(the tag should be “body#tinymce.mce-content-body”, see attached screenshot of Chrome inspect).

screenshot 1518×903 257 KB

The plugin code I wrote is in github here: