You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get notification any time ticket with my name appears in list. Ideally, I want to also get it's id and title.
I suspect the problem lies in cyrillic but I'm not sure. I use html compare mode and push notification to ntfy.sh. Here is my selector, it's picks up ticket id, title and tticket correspondent name
Btw, I tried to make same selector with xpath nth node selection but despite working in chrome devtools, changedetection would pick up whole container of entries.
My selector works fine for extracting entries parts and sending notification any time there is change, for example
123123
Set up mail
Joe Biden
The thing is, I want to be notified only when there is ticket assigned to me, not for every change. I enter my name in trigger field but then notifications stop altogether. I tried enter different combination of symbols or regex but it seems that only latin letters works. Trigger text field seems to have pretty straightforward description but I can't make it work.
Entering my name into extract text field makes changedetection send notification every time while there is element with matching text.
I can't link site, so I post relevant html parts
<tbody class="gridcontents_ticketmanagegrid_parent" gridname="ticketmanagegrid">
<tr id="gridrowid_ticketmanagegrid_1212312" style="" class="gridrow2" onmouseover="javascript: GridRowHighlight(this);" onmouseout="javascript: ClearGridRowHighlight(this, 'gridrow2');" onclick="javascript: HandleGridClickRow('ticketmanagegrid', '2398882', this, 'gridrow2');">
<td align="center" valign="middle"><input type="checkbox" name="itemid[]" value="2391247" class="swiftcheckbox swiftgridcheckbox swiftgriditemidticketmanagegrid" onclick="HandleGridCheckboxClick('ticketmanagegrid', '23265814');" autocomplete="OFF"><input type="hidden" id="itemhighlight_ticketmanagegrid_2398882" name="itemhighlight_ticketmanagegrid_2398882" value="0" autocomplete="OFF"></td>
<td style="" align="center"><img src="link" align="absmiddle" alt="" title="" border="0"></td>
<td style="" align="center"><img src="link" align="absmiddle" alt="This ticket has one or more ticket notes" title="This ticket has one or more ticket notes" border="0"></td>
<td style="" align="left"><a href="link" viewport="1">2398564</a></td>
<td style="" align="left"><span style="float: left;"><a href="link" viewport="1">Тест Test Вилка Кузнецова Vilka</a></span><span style="float: right;"> <img src="link" align="absmiddle" alt="Assigned to you" title="Assigned to you" border="0"> </span></td>
<td style="" align="center">1</td>
<td style="" align="left">gmail.com</td>
<td style="" align="center">
<div class="textorange">7h 39m 44s</div>
</td>
<td style="" align="left">Вилка Кузнецова</td>
<td style="" align="left">support</td>
</tr>
</tbody>
So, what I should do, if I want to get notification every times ticket with name Вилка Кузнецова comes up? With ticket id and title, preferably.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get notification any time ticket with my name appears in list. Ideally, I want to also get it's id and title.
I suspect the problem lies in cyrillic but I'm not sure. I use html compare mode and push notification to ntfy.sh. Here is my selector, it's picks up ticket id, title and tticket correspondent name
Btw, I tried to make same selector with xpath nth node selection but despite working in chrome devtools, changedetection would pick up whole container of entries.
My selector works fine for extracting entries parts and sending notification any time there is change, for example
The thing is, I want to be notified only when there is ticket assigned to me, not for every change. I enter my name in trigger field but then notifications stop altogether. I tried enter different combination of symbols or regex but it seems that only latin letters works. Trigger text field seems to have pretty straightforward description but I can't make it work.
Entering my name into extract text field makes changedetection send notification every time while there is element with matching text.
I can't link site, so I post relevant html parts
So, what I should do, if I want to get notification every times ticket with name
Вилка Кузнецова
comes up? With ticket id and title, preferably.Beta Was this translation helpful? Give feedback.
All reactions