Tools4everBV / HelloID-Task-SA-Target-Jira-TicketUpdateStatus

Jira - Ticket update status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloID-Task-SA-Target-Jira-TicketUpdateStatus

Prerequisites

  • Pre-defined variables: JiraUserName, JiraPassword and JiraBaseUrl created in your HelloID portal.

Description

This code snippet executes the following tasks:

  1. Define a hash table $formObject. The keys of the hash table represent the properties necessary to update an issue while the values represent the values entered in the form.

To view an example of the form output, please refer to the JSON code pasted below.

{
    "ticketId": "1",
    "transitionId": "1",
}

❗ It is important to note that the names of your form fields might differ. Ensure that the $formObject hashtable is appropriately adjusted to match your form fields. See the Jira API documentation

  1. Create a new ticket using the: Invoke-RestMethod cmdlet. The hash table called: $formObject is passed to the body of the: Invoke-RestMethod cmdlet as a JSON object.

To retrieve the transitionId, see the Jira API documentation

About

Jira - Ticket update status


Languages

Language:PowerShell 100.0%