Query Regarding Automation for User Management Based on Form Inputs

sreenu sara
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 26, 2024

 

 

Uploaded image

 

We are using Jira Cloud and leveraging forms in a business project to handle requests. Here's the current workflow:

  1. Users submit a request via a form, selecting the request type (e.g., "New User Jira Request").
  2. The form includes fields like the user's email address (e.g., *****@directv.com or *****@mydirectv.com) and "New User's Op Model."
  3. Based on these inputs, we manually search for the user in User Management and perform the following actions:
    • Add the user to the "directv-it" group.
    • Unselect all other tools/groups for the user.

We would like to know if it is possible to automate this process in Jira Cloud. Specifically:

  • Can we automatically trigger actions in User Management (e.g., adding a user to a group and unselecting tools) based on form inputs?
  • If automation is not supported directly in Jira Cloud, are there any recommended integrations or workarounds to achieve this?

Looking forward to your guidance.

1 answer

1 vote
Murat Seven
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 26, 2024

Hi @sreenu sara and Welcome to the Atlassian Community!

as far as I understand, form information is filled out when creating a request. If you are retrieving group and person information (accountID) from this form, you can perform the operation using the "Send Web Request" action through automation.

I am sharing an example of a "Send Web Request" action.

I assumed that the groupinfo and userinfo fields are the ones you obtain from the form while creating the request. You can customize these fields according to your needs. 

 

You can follow this doc: rest-api-group-user-post 

Screenshot 2024-12-26 at 4.20.58 PM.pngScreenshot 2024-12-26 at 4.21.02 PM.pngScreenshot 2024-12-26 at 4.21.13 PM.png

If my answer has addressed your question satisfactorily, please consider clicking on the Accept Answer button.

Best,

Murat Seven

 

Suggest an answer

Log in or Sign up to answer