To help our customer as quick as possible, it would be nice to see customers earlier requests when I get customers new request to in progress.
is it possible to get some link to customers requests automatic to customers new request?
@Satu Rajala you can just hover over the image of the reporter within the reporter field. You will get access to the previously reported issues by this user.
That is good, I would like to see all requests of that organization which member this one reporter is :)
in one organizations may be several members and they may sometimes do request from the same matter - so it would be nice to get quick check all of those requests conserning that organization
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For this you could build an automation rule, which fetches the issues which have previously been created by users of the same organization of the reporter, which could looke like this
Lookup Issues Smartvalue:
reporter in organizationMembers({{issue.organizations.name}})
Setting the Lookup Issues to Customfield of your joice Smartvalue:
{{#lookupIssues}}
* {{key}}
{{/}}
You want to adjust the trigger of this rule and set it to "Issue created". Also you propably will have to create an additional text (paragraph) field to write the issues to.
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.