Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 51 Next »

Advanced Edit Options

The most advanced users can benefit from ACE Editor Keyboard Shortcuts


Smart Checklist for JIRA Cloud and Server is intended to make the process of checklists creation fast and handy.

On the top of own syntax, it supports basic Markdown features.


Checklists

You TypeYou Get
- item todo
+ item done 
~ item in progress
x item cancelled

NOTE: there should NOT be additional tabs or spaces

at the beginning of the row. Otherwise, this block renders incorrectly!

Headers

You TypeYou Get
# Biggest heading
## Big heading
### Heading 
#### Small heading
##### Smaller heading
###### Smallest heading

Biggest heading

Big heading

Heading

Small heading

SMALLER HEADING
SMALLEST HEADING

NOTE: there should NOT be additional tabs or spaces

at the beginning of the row. Otherwise, this block renders incorrectly!

Bullet points and Lists

You TypeYou Get
* bullet point one
* bullet point two
> * bullet point nested
> * bullet point nested
1. list item one
2. list item two
  • bullet point one
  • bullet point two
    • bullet point nested
    • bullet point nested
  1. list item one
  2. list item two

Emphasis

You TypeYou Get
**bold text**
_italic text_
`emphasize`


bold text

italic text

emphasize

Details per item

You TypeYou Get
- item todo
> piece of information
> that is useful for new ppl
> on how to complete an item
> even `with` **markdown** *support*


NOTE: there should NOT be additional tabs or spaces

at the beginning of the row. Otherwise, this block renders incorrectly!


Highlight User or Date

You TypeYou Get
@JD
@JohnDoe
@john.doe
10-03-2017
10/03/2017
2017/10/03
2017-03-10

Example

NOTE: highlight (tagging, mentioning) will NOT trigger any notification to JIRA user as it works as simple markup highlight on a Front End.

You TypeYou Get
[www.google.com](http://google.com)

www.google.com

Images

You TypeYou Get
![alt text](https://railsware.com/blog/wp-content/uploads/2017/03/JiraServerIcon-150x150.png "Logo")



Extended markdown

For more details on Markdown formatting checkĀ Markdown support



Error rendering macro 'excerpt-include' : No link could be created for 'Support'.

NEW!

Add Person mention or Date highlight to checklist item. Read more..

Sample Markup

How to convert Slack message into checklist using Multi-line cursor feature

  • No labels