You may also enjoy
How to merge two arrays in angular and typescript?
1 minute read
We will see how to merge one or more arrays using TypeScript. The concat() method returns a new array by concatenating two or more arrays, while the spread o...
How to find locked tables and kill the session in Microsoft SQLServer?
1 minute read
Open SQL Server Management Studio (SSMS). Connect to the SQL Server instance. Open a new query window. Execute the following query to find the sessi...
How to update the Jira issue description field using the custom listener and grovvy script?
1 minute read
Are you looking to update the Jira issue description field in an automated manner? If yes, the below script will help you update the description field. If th...
How to use a JIRA custom listener to copy comments from the parent issue to subtasks and vice versa?
3 minute read
You can copy the comment added in the parent issue to all the associated sub tasks and also copy the comment entered in the subtask to the parent issue using...
Leave a comment