I am in love with this plugin. This has helped me automate a lot of stuff. Now the next level will come if I can query the database in the before/after anywhere. So my exact query is this.
When saving a task, I need to know how many current issues are there in the database which satisfy some queries, like status, or has_parent. Now I want to get a list of issues from the database, and then I want to create a sub task in all of them in for loop.
I am in love with this plugin. This has helped me automate a lot of stuff. Now the next level will come if I can query the database in the before/after anywhere. So my exact query is this.
When saving a task, I need to know how many current issues are there in the database which satisfy some queries, like status, or has_parent. Now I want to get a list of issues from the database, and then I want to create a sub task in all of them in for loop.
If this possible, then please guide me in this?