• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Archives
  • Findings
  • Meetups
  • Videos
  • Events
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp Dashboards
    • ControlUp for Desktops
    • ControlUp for VDI
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp Workflows
  • Topics
    • Logos & Wallpaper
    • ControlUp.com
  • Join

Utilizing Jira Service Desk integration and obtaining user information from alert events in ControlUp

Posted on March 18, 2026

Several users discussed successfully using the Jira Service Desk integration in a workflow, with specific fields being required in the Jira ticket. Suggestions were offered on which endpoint to use and a payload example was provided. A user also asked about obtaining UPN or employee information from an alert event. It was suggested to use a list device node. The original post included JSON and a URL to ControlUp Academy.


Read the entire ‘Utilizing Jira Service Desk integration and obtaining user information from alert events in ControlUp’ thread below:

Good Morning all. Has anyone successfully used the Jira Service Desk integration in a workflow but in a scenario where the Jira ticket requires certain fields that are not present in the default fields in the workflow designer?

I’m testing using JSON but it fails the test with the message:

{

"message": "\"{\\\"errorMessages\\\":[],\\\"errors\\\":{\\\"customfield_16400\\\":\\\"Urgency is required.\\\",\\\"customfield_10003\\\":\\\"Impact is required.\\\"}}\""

}

Here is the JSON trying to run:

{

"project_key": "SD",

"summary": "Test2",

"description": "Test",

"issue_type": "Incident",

"priority": "P4",

"assignee": "",

"labels": [],

"customfield_10003": { "value": "Minor / Localized" },

"customfield_16400": { "value": "Low" },

"integrationId": "xxx"

}


are you using the /rest/api/2/issue endpoint, or the JSM-specific request endpoint ( POST /rest/servicedeskapi/request )?

Could you try the latter with this payload:

{

"serviceDeskId": "",

"requestTypeId": "",

"requestFieldValues": {

"summary": "Test2",

"description": "Test",

"customfield_10003": { "value": "Minor / Localized" },

"customfield_16400": { "value": "Low" }

}

}


Thanks @member

We were able to get this working using the HTTP node with your helpful suggestion, thank you.


Happy to help!


Sorry @member, would you or anyone know how to get the UPN or Employee information from an alert event?

We are using the following from the body below:

“` "content": [

{

"text": Alert ID: {{Start.event.id}} | Alert: {{Start.event.title}} | Severity: {{Start.event.severity}} | Device: {{Start.event.associated_name}} | User: {{Start.event.console_user_upn}},

"type": "text"

}“`

We can see the ticket being generated but the User information is not populated. It returns Null.


Hi

I don’t believe the alert brings this.

However, you can use the information from the alert, like device ID, to pull the upn value using a list device node, if available

the result of this node should have the console_user_upn for your device

Continue reading and comment on the thread ‘Utilizing Jira Service Desk integration and obtaining user information from alert events in ControlUp’.  Not a member? Join Here!


Categories: All Archives, ControlUp Scripts & Triggers
Topics: Automation & Alerting, Scripts, Service Desk

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp DEX solutions.

Browse here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2026 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..