Skip to content

Commit

Permalink
jira-inline-code: support comments in Jira Service Management
Browse files Browse the repository at this point in the history
Jira Service Management is a companion product to regular Jira.[1]
Add support for inline code in comments on pages of Jira Service
Management to the user style jira-inline-code.user.css.

These comments are usually visible in the "Help Center", "Help Desk", or
"Help Portal" portion of Jira Service Management instanec.  These
portals are usually available on URLs like:

	https://jira.example.com/servicedesk/customer/portals

[1] https://www.atlassian.com/software/jira/service-management/product-guide/overview
  • Loading branch information
rybak committed Jul 4, 2024
1 parent 5be564c commit 3b930bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jira-inline-code.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@preprocessor uso
@var text yourDomain "Your Jira domain" "jira.example.com"
@var text yourDomain2 "Your 2nd Jira domain" "jira.example.com"
@version 14
@version 15
==/UserStyle== */

/*
Expand Down Expand Up @@ -37,6 +37,7 @@
#descriptionmodule tt,
.wiki-edit tt,
.flooded tt,
.activity-item tt,
.comment-item__action-body--container tt,
span.monospace,
.mce-content-body tt,
Expand Down

0 comments on commit 3b930bd

Please sign in to comment.