Kategorien
Webdeveloper Tools

Jira Template für Request und Response für Backend

Man kann in Jira mit diesem Template leicht eine wohlformnatierte Request / Response zaubern:

{panel:title=Request}
    {code:xml}
       myRequest here
    {code}
{panel}

{panel:title=Response}
    {code:xml}
      myResponse here
    {code}
{panel}