Jump to content

Victor

Administrators
  • Posts

    5,683
  • Joined

  • Last visited

  • Days Won

    168

Posts posted by Victor

  1. This thread was (originally) posted in a subsection of About the Forum section. Please note this section is specific to our community forum functionality. For any issues or queries about the Hornbill product please use the relevant sub-section from Hornbill Platform and Applications section.

    Apologies for the lack of response on this, unfortunately, the forum section is monitored by a couple of forum admins and as such it had very limited visibility to the Hornbill team. I have now moved this thread to the relevant section.

  2. This thread was (originally) posted in a subsection of About the Forum section. Please note this section is specific to our community forum functionality. For any issues or queries about the Hornbill product please use the relevant sub-section from Hornbill Platform and Applications section.

    Apologies for the lack of response on this, unfortunately, the forum section is monitored by a couple of forum admins and as such it had very limited visibility to the Hornbill team. I have now moved this thread to the relevant section.

  3. @Berto2002 indeed, by looking at the UI it is made to look simple to be used by any user. However, as it is often, the simple things that a user can see and make use of in the UI have a quite complex mechanism underneath. So even if at face value it might not seem like something difficult to implement or develop, it is possible that actually it requires quite a few things to be created and/or changed. I am saying this because I don't want anyone to have an incorrect expectation when it comes to such things, we would not want anyone to think and expect that A, B or C is easily achievable without getting this confirmation from us.

  4. @billster first thing I would check is the rule order... have a look if the email is not actually processed by another rule that is higher in the order list...


    EDIT: actually, looking again at what you tried, looks like an incorrect expression. You need subject NOT LIKE '%phish alerts%'  ... so you enclose the whole criteria with quotes, including %

     

    • Thanks 1
  5. 2 hours ago, Berto2002 said:

    @Victor can you please remove our API key from this forum...

    I can but there is little value in doing this since it has been exposed already...

    2 hours ago, Berto2002 said:

    @Victor Can the API Scheduler not receive the RequestId back from the first call to logChangeReqyest and input that into the RequestId field for the Scheduling call?

    No, it can't. You need dynamic or runtime values here and this concept does not exist in the API scheduler. You can achieve this with a custom solution but someone would have to develop this solution (script/program/etc.)

  6. @Berto2002 so using the API scheduler, which, yes, has a JSON config file. I thought you were invoking the APIs using your own tools/scripts/program. Using the API scheduler you won't be able to do the scheduling since you need the request reference as an input param and this needs to go in the config file.... unless you manually add this in the config file, for each request raised, which negates the automation completely... Also, you need a new API ky assuming the one you posted above is a valid one... 

  7. @Berto2002 first, JSON? Not yet supported...might work...might not... second, you can only have a payload using the available parameters listed on https://api.hornbill.com/apps/com.hornbill.servicemanager/ChangeRequests?op=logChangeRequest. If there are no params for schedule data (there are none) then no, you can't append this data as the API will fail since you are sending data the API does not know about. So you need to have the request raised, then use the schedule.

×
×
  • Create New...