Hi all,
Is it possible to add custom fields or a field like 'Due date' to the customer views? We would like to share for example the 'Due date' of an issue with the customer. As far as I can see, we cannot influence the issue interface that the customer sees on the portal...
Thanks in advance!
Koen
I think you misunderstood the question. He was not asking how to add the field to the FORM. He was asking how to show the field to the Customer on the portal.
I have the same issue. My form asks a number of standard questions like Priority, Due Date, etc. However when the customer views the Request on the Customer Portal they do not see it.
This seems like such a basic feature, why would you show them the questions on the form, but not let them see them in the Portal.
Hi there, if you still haven't found solution, please try out add-on: Extra Fields for Jira Service Desk
Using this add-on you can display any Jira field to customers including custom fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same question. To be clear, ALL fields that you add "to the form" will naturally appear on the portal - but there are fields that our customer service staff complete on the second tab of the issue, not intended for the customer to complete. For example "Criticality". We don't want the customer to complete these fields on the form. However, we'd like them to appear on the Customer Portal in order to provide that information back to the customer. I hope this makes sense.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please vote for the open ticket for this feature:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bryan, this is NOT an open ticket for this feature. This link is for "As a customer , JIRA Service Desk Customer Portal displayed Date format as per configured in JIRA"
The topic we are discussing here has to do with custom fields that the customer does NOT populate on the portal, but are used internally (by the service desk team, for instance) to process and update the status of the request.
I used an example, "Criticality". Our team uses that field to asses the issue and process it accordingly. The customer would like to see this field on the portal when they check the progress of the issue - but because it isn't a field on the initial form, it's not available for the customer to see., and there's no means to post it to the portal for viewing purposes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have Script Runner?
Maybe use behavior to turn the field "read-only" on the portal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rafael,
Can you elaborate on that? I'm looking for walk around here and it seems like a hint!
Thanks in advance,
Kamila
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.
I don't see "Description" in this list and it is confusing and frustrating.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solved!
Steps:
I didn't require any extra plugins to do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My workarounds:
(1) Add the field to the submission form, which makes it show up on the portal issue page later. The obvious problem is you then imply to the customer that they have control over the field and they're supposed to put something in there when they submit the issue. You can work around that some with tooltips like "leave blank -- not for customer use" and then automation that erases anything they submitted after they create it.
(2) If you've got a small, binary, piece of information you can overload the workflow statuses with it. We have one for escalating an issue that should really be a separate field, but instead it's a workflow status. If you've got a really simple workflow like Open --> In Progress --> Done you can change that to Open / Escalated / In Progress / In Progress and Escalated / Done and set up the transitions as makes sense. I do other things for binary information like "this issue has been estimated to be over a certain size and will take longer" as a workflow status (summarized as "Heavy"). Automation adds a comment when it is put into that status. So for a while the status is "Heavy" instead of "Open", but eventually it gets moved into "In Progress" so "Heavy" is no longer visible, but by that time they've seen it on the status for a while so probably remember, and the information that it's a bigger-than-average issue is visible somewhere in the comment thread.
But, again, I with they would just let you show extra fields on the portal. These workarounds are far far from perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's an open feature request to support this. See
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Ert.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no way to do it in Jira,
plugins are required for this functionality
Indirectly I found "Extension for Jira Service Desk" that has this functionality.
We should have the possibility to configure the user portal without having to resort to paying for add-ons
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone,
Jira does not have this feature by default. For Jira Cloud users, we have developed an add-on called Extra Fields for Jira Service Desk
Using this add-on you can display any Jira field to customers. They will be able to view but not edit the field value. It also supports custom fields. Give it a try and let us know if you face any issue.
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.
I have the same issue. My customer wants to be able see (read only) the Assignee field on the customer portal but I can't add this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gawie_Bing
I found this plugin in marketplace they have ability to display the fields but I didn't try it yet.
Thanks.
Praveen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Ert Dredge mentioned above, and I'm still waiting for, this should be an out-of-the-box feature over a plug-in that would cost hundreds of dollars to purchase and yearly renewal fees.
"It's an open feature request to support this. See
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue for me too. I am able to add as many custom fields as I want on the form but they are not displayed on ticket (client view)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats just adding a field to the form (as Miguel said above in this thread)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i think it depends on the type of field. For instance "pending reason", i can populate it as a customer during the submission (after using your method to add the field to the request type), but then it is not displayed to the customer view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are facing the same issue. Did you find a solution yet on how to add a column for due dates in the customer view?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes you can add it, but it only works for submission. cant see after its submitted.
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.