Jump to content

AlexTumber

Hornbill Developer
  • Posts

    1,343
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by AlexTumber

  1. Hi All, An additional output parameter called 'Linked Requests' has been added to the 'Get Request Information' bpm node. This parameter will give you a total count of linked requests to the request your business process is running against. If there are no linked requests, the parameter will return 0 so a value will always be returned. This will be available in our next Service Manager update. Alex
  2. It can be anything you want it to be. I would use one of the get request information options that sit under the Requests entity then make a decision from there. e.g.
  3. Just so I understand correctly, do you need to make the decision in the business process? Something like this maybe:
  4. Hi, The 2 application settings you mention here are there to act as a default and to save you entering in the information every time in each bpm node each time you want to create a new Jira request. If you leave the input param on the bpm node to 'Auto', it will look for a value in these settings. You can manually specify the Project Name and Issue Type by selecting them from the drop down menu. If you want to add additional options to the drop down menus, you'll need to add them to the relevant simple list(s). Hope this helps, Alex
  5. Hi Lee, The most common error here is that the email template that has been defined in the business process node is not a valid email template in the system. Is this possibly the case? Alex
  6. Hi Gary, The way to see the full error is to go to the logs in the admin tool and to filter the server service log by 'error'. Alex
  7. Hi Sam, Currently it's only possible to share the view and not the graphs. That's not to say that this feature wouldn't expand in the future to allow the sharing of graphs. Alex
  8. Hi Samantha, try this as an expression for each custom field: Alex
  9. Hi Samantha, For this scenario you can use an esp condition on the field to only show it if it contains some data. Here is a link to a wiki page that you may find useful. https://wiki.hornbill.com/index.php/Email_Template_Variables Alex
  10. Hi Paul, I have to say I'm slightly confused now as I've got your exact setup working completely as expected on my own Hornbill instance with no issues. Can you try deleting the decision node and recreating the branches to see if that makes a difference? Remember to type out the condition exactly as it's shown 'Coworker' because it's case sensitive. Alex
  11. Hi Paul, Just to confirm, when you are raising requests from the portal, are you raising them from the service portal or the customer portal? https://service.hornbill.com/<instanceName>/ https://customer.hornbill.com/<instanceName>/ Alex
  12. Yes, that node would work as well. The values that you can choose there are the ones inside the brackets: Analyst Email Post Request Self Service
  13. Hi Paul, Yes if you add an automated node right at the start (getRequestInformation) you can make a decision based on a couple of the output variables. Firstly you could use customerType (either Coworker/Contact) or you could use source (Analyst/Email/Post/Request/Self Service) Alex
  14. HI Paul, When using the assignTeamOwnerCreator automated task, the operation should assign the request to the specified team only, if the creator of the request is not in that team. As requests are being raised by contacts on your customer portal, the requests should be assigned to the team specified in the business process only. The error you are seeing there is a defect to do with the content that is posted to the request timeline which I have raised internally with our development team and should be fixed and available very soon in an upcoming build. You can of course apply an individual business process to each catalog item in your service catalog. This is definitely an option open to you, or you could simply put a decision node at the start of your business process and make a decision on assignment based on who has raised the request using the getReqInformation automated task. Alex
  15. Hi Dan, All of the suspend bpm operations allow you to set the action focus to the tab of your choosing when waiting for something on a request. In terms of telling the user what the business process is waiting for, maybe introducing a checkpoint into your bpm called something like 'Category Assigned'. That way, when a user looks at the request and the heads up display, they know what they need to do to advance the process. Alex
  16. Hi Melissa, We have identified the root cause of the problem and it will be fixed in an upcoming release. Currently that's likely to be version 2.38. Alex
  17. Hi Mark, This issue is known to us and will be fixed in an upcoming Service Manager release. Alex
  18. Hi Paul, The service manager setting you want for customer updates is this one: This will notify the owner of the request that the customer has made an update. Alex
  19. Hi Gary, I agree that the error message isn't particularly helpful and it is something that we are looking to improve. In the mean time, to see the full error, you can log into the Admin Tool and view the server service log, filtered by errors. Looking at your screenshot, I would suggest that the email template you have specified is probably invalid. Are there spaces between the '-' in your template name? (ADL - problemresolved vs ADL-problemresolved) Alex
  20. Hi Sam, An issue has been identified in our code that has just been fixed by our development team that requires an instance to have more than 1 supported language. This fix will be included in the next version of service manager. In the mean time, adding another supported language is a workaround to the problem. Alex
  21. Hi Gary, In earlier versions of service manager, any time an autoresponder operation added an update to a request, it would add its update and then attach every attachment from the email to the request itself. The attachments section would then be shown and you would have access to all attachments. What we started to see were complaints about the number of attachments that were being added to a request, especially if an email contained lots of images in its signature for example (in one case a customer reported over 50 attachments being added off the back of a simple email with a heavy signature). One train of thought that was proposed on this was to only attach a certain number of the email attachments such as 5 for example. The problem with this being that we couldn't identity which number, say 5 of x attachments we should be attaching. Do you go for the 5 that have the biggest size? etc. It was therefore decided that no attachments should be added directly to the request with the knowledge that the attachments would be available to be viewed and downloaded if the user viewed the whole email, which is possible from the 'More Actions' menu, on the bottom right. What is missing here imo is an indication on the post that there are in fact attachments to the email that has been posted as an update in the request timeline. I completely agree with you and see your point here in that you were able to identify this email contained an attachment by the content from within the mail. Of course, there will be situations where the content will give no indication that there are attachments. I will raise the subject internally for discussion around adding a visual indicator, such as an icon to such an update in the request timeline to indicate that there are attachments with the email update. Alex
  22. Hi Sam, Looking at your instance I can see you are on version 2.30.4 of service manager. The latest version is 2.32.4. Before I suggest anything further, can you update your instance please to the latest version? Thanks, Alex
  23. Hi @sprasad I've looked at the change request and have seen that it has fallen down the priority order due to additional requirements being added. For your own use case, are you looking to add just new contacts (external users to your business) or are you looking to add full/basic users (internal users) to your system on the fly as well at the point of raising a new request? Alex
×
×
  • Create New...