Text Effects
*strong*boldJira is a self-hosted project management tool developed by Atlassian. It may seem a little daunting at first, compared to products like Trello or Asana, it comes with a lot more power and functionality packed in. But don’t worry, Jira is actually a very intuitive tool. This Git cheat sheet saves you time when you just can't remember what a command is or don't want to use git help in the command line. It is hard to memorize all the important Git commands by heart, so print this out or save it to your desktop to resort to when you get stuck. We’ve included the basic Git commands to help you learn Git, and more advanced concepts around Git branches, remote. JIRA SERVER & DATA CENTER WORKFLOW CHEAT SHEET WORKFLOW CONDITIONS Should the user be able to see/perform the transition? Native in Jira Comment related issues Create a comment on all issues related to the current issue. Can be either a text, optionally including a Groovy template markup or the result of Groovy expression. A visual cheat-sheet for the 44 keyboard shortcuts found in Jira. Original Reference Report Issue. This page describes information about operators that are used for advanced searching. An operator in JQL is one or more symbols or words, which compares the value of a field on its left with one or more values (or functions) on its right, such that only true results are retrieved by the clause.
_emphasis_italic??citation??Citation-deleted-Jira Markdown Cheat Sheet
+inserted+underlined^superscript^superscript~subscript~subscript{{monospace}}monospace/code
bq. TextBlock quote, like Cheatography's Answer block{quote}quotable
paragraph
{quote}Block quote a multiline paragraph{color:red}
text
{color}Text color
Links
[#anchor][^attachment.ext]Internal link to an anchor or attachment[http://example.com]External link[Alias|http://...]External link with alias[mailto:foobar@example.com]Email link, with icon[file:///c:/tmp/foo.txt]Download link to a file{anchor:anchorname}Creates an anchor[~username]Link to user profile page
Text Breaks
(empty line)Produces a new paragraphCreates a line break----Horizontal ruler---Long dash symbol--Dash symbolAttachments
Some attachments of a specific type can be embedded into a wiki renderable field from attached files, taking in a comma-separated list of properties:!quicktime.mov!
!spaceKey:pageTitle^attachment.mov!
!quicktime.mov|width=300,height=40!
!media.wmv|id=media!
Tables
Makes a table. Use double bars for a tableheading row.
Lists
* some* bullet
** indented
** bullets
* pointsA bulleted list (must be in first column)# a
# numbered
# listA numbered list (must be in first column).
Jira Functional Cheat Sheet
- different- bullet
- typesList items (with -), several lines create a single list
Jira Book Pdf
Use more (**, ***; ##, ###) for deeper indentations. Bulleted and numbered lists can be mixed (#*, *#).Headings
h1Biggest headingh2Bigger headingh3Big headingh4Normal headingh5Small headingh6Smallest headingTo create a header, place 'hn. ' at the start of the line (where n can be a number from 1-6).Images
!http://example.com/img.gif!
!attached-image.gif!
Inserts an image into the page.!img.jpg|thumbnail!
Insert a thumbnail of the image into the page.!img.gif|align=right, vspace=4!
For any image, you can also specify attributes of the image tag as a comma separated list of name=value pairs like so.Misc. (Icons/emoticons)
xEscape a character:)😊:(☹️:P😛:D😀;)😉(y)(n)(i) (blue)(/) (green)(x)❎ (red)(!) (yellow)(+) (green)(-) (red)(?) (blue)(on) (lit)(off) (off)(*) (yellow)(*r) (red)(*g) (green)(*b) (blue)(*y) (yellow)(flag) (red)(flagoff)Advanced Formatting
{noformat}
preformatted piece of text
so *no* further _formatting_ is done here
{noformat}
Preformatted text block with no syntax highlighting.{code:title=Bar.java}
public String getFoo() {
return foo;
}
{code}
Makes a preformatted block of code with syntax highlighting. Languages: Java (default), JavaScript, ActionScript, XML, SQL.{panel}
Some text
{panel}
Embraces a block of text within a fully customizable panel.{panel:title=My Title|borderStyle=dashed}
a block of text surrounded with a *panel*
{panel}
Panel with optional parameters.The optional parameters you can define, for panel
and code
, are the following ones:title, borderStyle, borderColor, borderWidth, bgColor, titleBGColor
Show tickets created by a user
This will also show them in descending order, which will give you the most recently created issues first.
Query by project
Find issues belonging to an inactive user
Search via text
Searching for multiple criteria
Resource:
https://community.atlassian.com/t5/Jira-questions/Finding-Issues-Owned-by-Inactive-Users-with-JQL-without-buying/qaq-p/686192
Get all bugs linked with a task (PROJECT-1234)
For example, if you create a bug that should be a task, you can do the following:
- Open the issue you want to change
- Click More
- Click Move
- Specify the New Issue Type
- Click Next >>
- Click Next >>
- Click Move
Resources:
https://confluence.atlassian.com/jiracoreserver073/moving-an-issue-861257345.html
https://community.atlassian.com/t5/Jira-questions/How-can-I-change-an-issue-type-after-the-issue-has-been-created/qaq-p/116076
If your description keeps getting screwed up after you save something you've change in the description, be sure to click the Edit button instead of editing it inline.
Comments are closed.