JIRA - Text Formatting 방법

Soyean·2023년 5월 29일
0

ETC

목록 보기
3/10

주로 사용하는 Text Formatting 정리
Text Formatting Notation Help

Text Effects

  • strong
    *strong* 
  • deleted
    -deleted-
  • red text!
    {color:red} red text! {color}

Lists

 	# a
  	# numbered
  	# list

Tables

    ||heading 1||heading 2||heading 3||
    |col A1|col A2|col A3|
    |col B1|col B2|col B3|

Advanced Formatting

    {panel} text {panel}
    {panel:title=My Title|borderStyle=solid|titleBGColor=#FFC|bgColor=#FFF}
    a block of text surrounded with a *panel*
    {panel}
	- title: 패널 타이틀 
    - borderStyle: 패널 테두리 스타일 (solid, dashed and other valid CSS border styles)
    - borderColor: 패널 테두리 색상
    - borderWidth: 패널 테두리 너비
    - bgColor: 패널 배경색
    - titleBGColor: 패널 타이틀 영역 배경색 
    {code:title=Bar.java|borderStyle=solid}
    // Some comments here
    public String getFoo()
    {
        return foo;
    }
    {code}
profile
주니어 QA 🐥

0개의 댓글