How can I use Markdown text in "Change Request" - "Implementation plan" text area

Hitoshi Ozawa
Giga Sage
Giga Sage

I want to use Markdown text in text areas in Planning section of a Change Request. How can I styled text in these text areas?

find_real_file.png

 

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

Markdown is not supported in fields in Change Request.

 

View solution in original post

5 REPLIES 5

Chander Bhusha1
Tera Guru

Hi Howza,

You can do field styling for these field.

Write click on the field and select configure styles:

In the style secion you can add:

background-color:red;
font-size:24px;
color:white;


Screenshot:

Right click on field and select configure styles:
find_real_file.png
Configure styles and create new:select field name and put style:

find_real_file.png
Ouptut:
find_real_file.png





Similarly you have to create this for all the fields:


Reference link:
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/navigation-and-ui/...


Mark helpful and correct if it helps.
Thanks,
CB

 

Hitoshi Ozawa
Giga Sage
Giga Sage

There's no Configure Style when I right click on any of these fields in Change Request. Are you sure you're using Change Request form?

Also, I want to use Markdown in these fields. That is, I want to style the text within these fields and not change the overall field style that Field Style does.

yes it will appear in the change request form field as shown in the screenshot.

Virendra Mali
Mega Expert

Hi,

right click on field on which you apply style ,go to  configure style option,create a new record of style and in style field css code .

As your requirement is of text red color so use

color:red;

please mark correct and helpful if it solves your query

Thanks

Virendra