Skip to content

Instantly share code, notes, and snippets.

@drakmail
Last active November 22, 2023 18:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save drakmail/dd5c6578cebc52e7fbe0d01a6c1d5b61 to your computer and use it in GitHub Desktop.
Save drakmail/dd5c6578cebc52e7fbe0d01a6c1d5b61 to your computer and use it in GitHub Desktop.
Красивое оформление задач в JIRA

Панель для модели

panel-model

{panel:title=НазваниеМодели|titleBGColor=#4A90E2|bgColor=#FAFAFA|titleColor=#FFFFFF}
Тут информация
{panel}

Панель для endpoint

panel-endpoint

{panel:title=METHOD /api/v2/url/:param|titleBGColor=#77C627|bgColor=#FAFAFA|titleColor=#FFFFFF}
Описание метода

Параметры:

{code:json}
{
  "param": "string", // название параметра
  "color": "string" // какое-то описание цвета
}
{code}

Ответ:

{code:json}
{ "success": true, "id": 1 }
{code}
{panel}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment