Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting keypress event from Actor in automation

Gauthier Gaukel
May 5, 2023

Greetings,

At the moment, I'm writing a script, which restricts which use can be selected as an Actor.  My idea is to get all users from the specified group and delete the result which came when a users type something in the input field. Now, I have the problem that I am not able to get the keypress event (or change) from the select field. I wrote sth. like that.

let input = "#react-select-4-input";
        $(input).change(function (e) {
            e.preventDefault();
            checkUser(userList1);
            checkUser(userList2);
            console.warn("changes found");
        });
Has somebody any idea?

1 answer

0 votes
Jack Brickey
Community Champion
June 18, 2018

I never really placed an estimate on an Epic. Can you not simply set the estimate to 0?

Manuel Merki
June 18, 2018

Hi Jack, of course I can reset it manually, but it's an online system, so I think an automatic process would be appropriate. 

Jack Brickey
Community Champion
June 18, 2018

I would suggest using automation. There are a number of addons that could help, e.g. Automation for Jira Lite. 

Suggest an answer

Log in or Sign up to answer