Back to Jira Integrations
Handler · Version 1

Jira Group Add User Jira

Download GitHub

About

This handler uses the Jira Rest API library to add a user to an existing group within Jira. The handler first puts the data that was inputted into the JSON format and then posts that information using a REST call with basic auth. (WARNING: Using this handler without enabling SSL will not be secure). Any errors that occur during the process will be caught and re-raised by this handler. Because there is no return values, if there are no errors raised by the handler the user has been added successfully.

Parameters
Name Description Sample
Group Name The name of the group that the user will be added to. Test Group 1
Changelog

JiraGroupAddUserV1 (2014-02-19)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top