I've been using TextBlaze for filling in Jira tickets by clicking on fields and filling them in. A few days ago it stopped working and it cannot even click on 1 field inside the ticket. Tried to find a solution with different aortic but couldn't do it as it cannot click on the fields it pastes the content in the url.
Hi @Mi7koS,
It is working fine for me. Does Text Blaze work for you on other websites?
I attempted using autopilot commands to switch between fields and insert text in a single snippet. That worked fine for me as well.
Would you be able to share your snippet or small example that doesn't work in Jira? If you can't share it here, feel free to email us at support@blaze.today.
I created a test snippet where I would use the click function. It marks the field yellow but doesn't actually click on it, and the dropdown doesn't appear.
Can you add an option you want to select right after the dropdown click, and then add an enter press command?
For example, in a dropdown where I want to select "duplicates" option, this worked for me:
{click: selector=[YOUR_SELECTOR]}duplicates{key: enter}
Although the dropdown does not open, it is possible to search by typing. That does open the options that match your search.
That's exactly how the initial snippet was used. It used to fill in six fields with multiple options based on ticket information, but not anymore.
If you tried to update the click command selector and it still doesn't work, please share a screenshot of the page with the dropdown that doesn't work, and also your test snippet which reproduces that issue.