gitlab-org--gitlab-foss/spec/fixtures/lib/kramdown/atlassian_document_format/complex_document.md

3.0 KiB
Raw Permalink Blame History

This is a complex issue…and this is normal text


Color - Dark Gray

Color - Light Gray

Color - Purple

Color - Teal

Color - Green

Color - Red

Color - Orange


https://gitlab-jira.atlassian.net/browse/DEMO-1

adf-inlineCard: {"@context"=>"https://json-ld.org/contexts/person.jsonld", "@id"=>"http://dbpedia.org/resource/John_Lennon", "name"=>"John Lennon", "born"=>"1940-10-09", "spouse"=>"http://dbpedia.org/resource/Cynthia_Lennon"}

External Link


This is a block quote

Success info panel

Info info panel

:notepad_spiral: Note info panel

⚠️ Warning info panel

:octagonal_sign: Error info panel


@adf-mention:jhope what up

😀 🤣 🥳 😍

Col 1 Row 1

Col 2 Row 1

Col 3 Row 1

Col 1 Row 2

Col 2 Row 2

Col 3 Row 2

Col 1 Row 3

Col 2 Row 3

Col 3 Row 3

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
  • Bullet point list item 1

  • Bullet point list Item 2

  • Bullet point list Item 3

  1. Number list Item 1

  2. Number list item 2

  3. Number list item 3

Underline

Superscript

Subscript

Bold

Italic

Strikethrough

export function makeIssue({ parentIssue, project, users }) {
   
  const issueType = pickRandom(project.issueTypes)

  let data = {
    fields: {
      summary: faker.lorem.sentence(),
      issuetype: {
        id: issueType.id
      },
      project: {
        id: project.id
      },
      reporter: {
        id: pickRandom(users)
      }
    }
  }

  if (issueType.subtask) {
    data = {
      parent: {
        key: parentIssue
      }
    }
  }

  console.log(data)

  return data
}

jira-10050-field-description

jira-10050-field-description

jira-10050-field-description

blob:https://gitlab-jira.atlassian.net/5eb8e93b-7b15-446f-82d9-9d82ad7b8ea5#media-blob-url=true&id=572b2c1b-1b38-44ba-904a-649ee1861917&collection=upload-user-collection-426749591&contextId=10042&mimeType=image%2Fpng&name=import-jira-issues.png&size=294408