How to replace the last or first character of the string in excel?
There are various use cases to remove the tail end character, like replacing the alias name, ex: 16 seconds or 16s to 16. It can be trimmed using the excel i...
There are various use cases to remove the tail end character, like replacing the alias name, ex: 16 seconds or 16s to 16. It can be trimmed using the excel i...
There is no built-in way to detect when the browser or tab is closed in Angular, but you can use the window object’s ‘beforeunload’ event to trigger an event...
There is no built-in way to detect when the browser or tab is closed in Angular, but you can use the window object’s ‘beforeunload’ event to trigger an event...
To enable or disable Windows and anonymous authentication in Visual Studio 2019, you need to modify the properties from the project property window or from t...
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...
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...
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...
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...
You can copy the comment added in the parent issue to all the associated sub tasks using the JIRA custom listener and grovvy script. All you need to do is to...
You can copy the comment added in the sub task to it’s parent issue using the JIRA custom listener and grovvy script. All you need to do is to setup the cust...
Usecase: The jira admin creates a subtask in the parent issue and assigns it to the ‘developer 1’. The subtask needs to be automatically assigned back to the...
The developers sometimes forget to close their sub tasks, and someone closes the parent issue without checking the sub task status. You can prevent closing t...
This post describes what to make a custom field requires during a work flow transition. If you are using Script Runner for Jira, you can use the Field(s) req...
Jira allows you to create a custom field and the value can be set during the transition, so when you view or edit the issue, then the custom value will be di...
You can get the value of the <textarea> control in jQuery using the below code snippet.
You can add or remove multiple classes from div/span/any tag in jQuery using the below code snippet,
You can add or remove the class of the div in jQuery using the below code snippet,
Error: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.
You can retrieve the no of affected rows using the system variable - ‘@@ROWCOUNT’
Error: Cannot Start Application Pool. There was an error while performing this operation.