Categories:
  1. What is JIRA
  2. JIRA VS Confluence
  3. Create Basic Creadetials in JIRA API
  4. Creating An Issue In A Sprint Using The JIRA REST API
  5. Create Issue using JIRA API
  6. JIRA Add comments to an existing ticket
  7. Create an attachment using JIRA API

We can update a JIRA ticket with comments using the following comments in servicenow. Here is example below:

Host : JIRA Website (https://spssweb1.atlassian.net)

Endpointhost/rest/api/2/issue/SPSSWEB-1/comment

header: ‘Content-Type: application/json’

Credentialshttps://snowexpertrohit.com/jira/create-basic-creadetials-in-jira/

SPSSWEB-1 – is the task key.

Body:

{
    "body": "Testing from ServiceNow"
}

Total Views: 3440