Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I want to create an incident, let's say I have fields A, B, C, D & E.
I want my incident portal or request form to show A, B, C & D fields only while filling the form in portal but E field should be visible in portal only after creation of incident.
How can we make it possible?
Hi @Pati Uday Kiran ,
For the portal, I don't think this is possible out-of-the-box.
What is the exact use-case ? Why would you want field E only displayed after ticket creation?
Best regards,
Kris
I want to see A, B, C, & D fields during the incident creation where customer can give his/her inputs.
After creation of incident it's showing the summary of incident like
A, B, C & D fields with customer inputs.
But here, I also want to see field E and it's input after creation of incident(which is dependant on the inputs given by C & D)
I don't want any user to give manual input to E during incident creation as it automatically gets assigned via my automation rule.
This is my requirement. Will it be possible?
Regards,
Uday
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pati Uday Kiran ,
If you want to make the value of field E visible for the customer in the portal, i think you have 2 options :
1. Make the field visible like A, B, C and D. But then the customer will be able to enter a value upon ticket creation. You can ask them via the field description not to enter a value, but you can not prevent them from entering something. But since the value will be overwritten by the automation rule, this is maybe not a problem.
2. Instead of making field E visible in the portal, you can add an action to your automation rule that will also post the new value of field E in a public comment on the ticket. Like that, the customer can see it's value without having it in the portal.
Best regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kris Dewachter ,
Thanks for the options. I think the second option works for me but I want to know how we can achieve that.
Regards,
Uday.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pati Uday Kiran ,
I would create a new automation rule so set a comment on the issue.
* Trigger : Whenever the value of field E is changed
* Action: Use the "Comment on issue" action. In the configuration you can write the text of the comment. To retrieve the value of field E, you will need to use a smart value. Is field E a default or a custom field ? The smart value probably will look like {{issue.Field E}}. You can find more information on smart values here : https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
In the new automation rule, don't forget to check the "Check to allow other rule actions to trigger this rule." option, so that this automation rule is activated when you first automation rule changes the value of field E.
Best regards,
Kris
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.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.