Posts

Showing posts from 2019

Jira Tips & Tricks

Some jira application tips, that you needed some time for performance analysis purpose. 1. Found inactive jira project that is last updated on 01/01/2015: SELECT  p.PNAME as "Project Name",p.pkey as "Project Key",count(i.id) as "# of issues", to_char(MAX(i.UPDATED),'dd/mm/yyyy') as "Last Update Date",c.display_name||'('||p.LEAD||')' as owner FROM jiraissue i, project p, cwd_user c where p.ID = i.PROJECT and p.LEAD=c.user_name HAVING MAX(i.UPDATED) < to_date('01/01/2015','dd/mm/yyyy') GROUP BY p.pkey,p.LEAD,p.PNAME,c.display_name ORDER BY MAX(i.UPDATED) ASC;

Create Space Blueprint

Create confluence custom space blueprint Please follow below mentioned steps to create your own custom space blueprint: Step 1: First you need to install Atlassian SDK for create your own plugin structure, compile your source code & make jar file Step 2: After install sdk tool you need to run “atlas-create-confluence-plugin” this cmd from your command prompt. Then you need to provide some information like that:   group-id com.test.confluence.plugin artifact-id test-confluence version 1.0 package com.test.confluence.plugin   You can change group id & artifact id as per your requirement. After entering those values it will create new folder name “test-confluence” in your system. Then navigate to this folder and delete some content.   a.       Remove all content from /src/test/java b.       Remove all data from src/test/r...

About Me

• A competent professional with 6+ years of rich experience as Software Developer using PHP(core PHP & framework: Code igniter), MYSQL, DRUPAL(6&7), JAVASCRIPT - JQUERY, HTML, CSS and AJAX. • Presently TECH ANALYST at Infosys. • Comprehensive understanding of client’s needs for the proper management and delivery of projects. • Adept in analyzing information system needs, custom designing solutions, evaluating end-user requirements & troubleshooting for web application. • Specialized in planning, designing & implementing web based applications using PHP, MYSQL. • Skilled in providing a high level of customer service and satisfaction on a technical & functional level in resolving customer problems. • Providing solutions to the technical problems.