Unfortunately, neither of these works.
I work with the service desk template. And I create components. And when a user selects a request type, all components are automatically suggested. But I want him to see the components for each request type before he creates a ticket.
hello julia , have you managed to find a solution for this ?
i am thinking of creating separate " custom fields" for each request and map it accordingly
please let me know your thoughts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Taj,
There are 2 possible solutions... see below:
1. Create an automation to set the component on create
2. Add Component as a hidden field on request form and default it to the request name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Julia, welcome to the Community. Do you wish to automatically assign Components to issues based upon type or do you wish to restrict available components by type? The former could be done using Automation for every issue created. The later is not possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jack, ok i understand. I will search how to automate the components.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Automation- project > project settings > automation that looks something like this...
when - Issue created
conditions - JQL “Issuetype = xxx”
action - set issue field Components = 123
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Julia,
You can also add components to your create screen. Then in the request type fields you can make the component field "hidden" and assign a value to it.
Susan
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.