I created a form instead of using the regular request type, and attached forms to each request type and hide the summary. The problem comes when user submitting them. When they choose the priority as urgent on the form, the priority on tech end shows as medium priority. I am trying to create an automation that when users choose urgent in the attachment form, the priority on our end will show as highest.
Is there a way to do this?
Hi,
Welcome to the community!
Is the Priority field in the form linked to a jira field? https://support.atlassian.com/jira-service-management-cloud/docs/link-a-form-field-to-a-jira-field/
You might need to do that so that the value is stored in a Jira field.
You could for example map it directly to the Jira field "Priority", so when the user chooses "highest" on the form, you'll see "highest" also on the backend (this would happen automatically on issue creation, so you don't need to set up any automation.)
Alternatively, if you need to show different options to the users and then map the value to your existent priorities, you might need to create a dedicated custom field in which you store the value, link it in the form and then set an automation to edit the priority value based on what the user selected.
Hope this helps.
Thanks for the answer, I can't believe I didn't find that option. That was stupid of me. Consider this solved.
Thanks again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wouldn't worry about it, that was definitely not stupid. Glad I could help!
If you can, just mark my answer as accepted so other users know this thread is resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.