Hello, all,
I'm new to JIRA, so if the answer to may question is in your database - please let me know.
We use Jira Service Desk and configuration is: Organization - this is our Client name, and Customer related to organization - this is the person from Client side to rise a Ticket and work with from Client side. One person form Client didn't work any more and we needed to delete it form our database as a Customer.
In this particular case I saw a button "Delete customer" in Closed Tickets list upon this person, where this person was a Reporter and when I pushed this button - all Tickets was removed from this list :( is it possible to restore them back to this list?
N.B. I can find and see all these tickets when I use Search function. And I can see this person in "People" list. And what is more strange, that I can't see the button to delete Customer in other organizations Tickets list,e.g. No 4. (???).
Maybe printsreens will better reveal my problem (see attached).
Thank you in advance !
This is because of the first clause in the search that is defining the list of issues you are seeing. It says "show us issues where a person is in the organization Grubele".
When you delete a customer, they are removed from groups and organizations as well (they can't be in them any more, there is no way to refer to something that isn't there as being part of something)
The issues have not been touched, but because your delete removed the customer from the organisation, the search is no longer selecting the issues.
To get them back in, you could add another clause that includes the stub of the customer account that is left behind as a record. So "reporters in organizationMembers('Grubele')" becomes " (reporters in organizationMembers('Grubele') or reporter = 'idofdeleted') "
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.