MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 6 as of 2021-01-19 18:04:37
  • Jira

Jira

  • https://confluence.atlassian.com/jira

Jira and Confluence Markup

h1. Biggest heading
h3. Big heading
h5. Small heading

- some
- bullet
- points

* some
* bullet
** indented
** bullets
* points

# a
# numbered
# list

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

*bold text*
_italics_

[title | http://confluence.atlassian.com]

!screenshot-1.png! 
!screenshot-2.png|thumbnail!

JQL (Jira Query Language)

  • https://support.atlassian.com/jira-core-cloud/docs/use-advanced-search-with-jira-query-language-jql/

  • Sum time spent

  (assignee = bob OR assignee = alice) AND (type = "Issue" OR type = Epic) ORDER BY issuetype DESC

  labels in (Labelxyz)
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01