June 2024

I have #Jira courses

Submitted by ravisagar on

I have a dedicated portal for trainings where you will find my courses and upcoming live trainings.

#Jira #SparxsysTrainings

Don't chase #Jira certificates

Submitted by ravisagar on

You goal should be to get a better job or earn more money, not getting 20 certificates.

#Jira #Certificates

Jira Cloud - Add Issue to closed Sprints

Submitted by ravisagar on

Have you ever faced a situation where you had to add issues an a closed or completed sprints? Let me show you how to do it.

#Jira #ClosedSprints

#Jira Audit Log

Submitted by ravisagar on

Jira has an audit log which gives you details of what changes were done by other administrators. It is quite useful for troubleshooting.

#Jira #AuditLog

Jira Cloud - Why no project role schemes?

Submitted by ravisagar on

Project Roles are great but it is not possible to limit what roles are available in what project. I think having some kind of project role scheme would be wonderful. What do you think?

#Jira #ProjectRole

#Jira Command Palette

Submitted by ravisagar on

Jira Cloud has this really good command palette that will let you do perform lot of functions easily. Give it a try.

#CommandPalette

Jira Best Practices - Don't rename Issue Link Type names

Submitted by ravisagar on

You might want to reorder the Issue Links that appear on the Issue screen by renaming the issue link type name but doing that will break the filters. So don't do it.

#JiraBestPractices #RenameIssueLinkTypeName

Jira Data Center also has Automation rules

Submitted by ravisagar on

I often get asked this question about low code automation options on Jira DC. Good news is that the automation rules are there on Jira on prem but not many people know about it.

#AutomationRules #JiraDC

ThinkPads I own in 2024

Submitted by ravisagar on

Let me show you all the ThinkPads I own in 2024 and what I do with these beautiful machines.

#ThinkPad #2024

How to use Teams in #Jira?

Submitted by ravisagar on

There is a way to create teams in Jira which is quite useful when used with Advanced Roadmaps Plans but you can still use it without Jira Premium.

#Teams #Jira

Show images #Jira boards

Submitted by ravisagar on

Yes, it is possible to display images on your cards and also some other places. Let us learn how to configure that.

#Board #Images

Don't be a rude #Jira Consultant

Submitted by ravisagar on

You need to be honest and often blunt about your approach but be nice and respectful to others.

#jira #bestpractices

Track Issue Linking in #Jira

Submitted by ravisagar on

Yes, you can track new issue links that are created and then do something about it. I made a video recently on this topic.

#ScriptRunner #Listener #RemoveIssueLink

Jira Cloud - Show images on cards

Submitted by ravisagar on

Yes, it is possible to display images on your cards and also some other places. Let us learn how to configure that.

#Board #images

Reporting outside #Jira

Submitted by ravisagar on

Reporting within Jira has always been its weak area. Although you can create dashboards in Jira with useful gadget and you can always rely on reporting apps like eazyBI but don't hesitate reporting outside Jira. You can always pull data from Jira and dump it to a proper reporting tool.

#jira #bestpractices

Jira DC skills are niche and rare

Submitted by ravisagar on

Jira DC skills are not only rare also if you develop your niche around it then it will help you stay relevant and earn more money.

#jira #careeradvice

Don't hire bad project managers #Jira

Submitted by ravisagar on

Your Jira roll out cannot be successful without good experienced project managers. That is why it is important that you spend money on hiring good PMs.

#jira #bestpractices

Project Manager vs Simple Jira Workflows

Submitted by ravisagar on

Project Managers love complicating workflows in Jira because they are not experienced or skilled. In majority of cases a simple workflow with three statuses like To Do, In Progress and Done is all you need.

#jira #bestpractices

Too many #Jira integrations?

Submitted by ravisagar on

It is great that Jira can be integrated with other tools using REST API but you should always monitor the usage of these integrations because too many integrations can cause performance issues.

#jira #bestpractice

Jira Interview Questions - How to add JSM agents?

Submitted by ravisagar on

Imagine you receive a ticket that a project lead is unable to assign tickets to a new JSM agent. How would you troubleshoot that? Adding an agent to a JSM project may involve more than one step.

#JiraInterviewQuestions #AddAgents

Monitor Apps usage #Jira #confluence

Submitted by ravisagar on

You should regularly monitor the usage of various apps in your instances and get rid of the apps that are not needed. Saving money is also your responsibility.

#jira #bestpractice

#Jira #Admin is a technical job

Submitted by ravisagar on

Jira Admin is definitely a technical role and it is always good to have programming background.

#jira #careeradvice

Jira Interview Questions - How to clone a project?

Submitted by ravisagar on

As a Jira Admin you would be often asked to create a project with shared configurations but you need to take care of few things as well to properly clone a project.

#JiraInterviewQuestions #CloneProject

Run command without going to directory

Submitted by ravisagar on

You may want to run a command without going inside a directory. This is super useful and will save some time.

#shell #runcommand

Change Custom field type is not possible #Jira

Submitted by ravisagar on

It is not possible to change custom field type in Jira but you can always create a new custom field with the same name and migrate the data.

#bestpractice #jira

Scriptrunner for Jira - Listener to remove Issue Link

Submitted by ravisagar on

It is difficult to stop people from linking to closed issue but it is not impossible. Let us create a listener that will automatically remove issue link for you.

#ScriptRunner #Listener #RemoveIssueLink

Utilise Security Schemes in #Jira

Submitted by ravisagar on

Not many Jira admins utilise the security schemes in Jira to hide certain issues from users.

#bestpractice #jira

Make projects hidden by default in #jira

Submitted by ravisagar on

It is a good idea to ensure that new project created in Jira is hidden by default and only people added to that project can access it.

#bestpractice #jira

Bypass approval transition #Jira #Workflow

Submitted by ravisagar on

You can send some of the Epics for approval based on a custom field condition and just one workflow with two paths - one for approval and other one without approval.

#ByPass #Approval #Workflow

Scriptrunner for Jira - Listener track Issue Link creation

Submitted by ravisagar on

Do you want to stop people from adding links to existing issue? There is no easy way to stop that but you can always use a listener to track these events.

#ScriptRunner #Listener #IssueLinkCreated

Global loop transition #Jira #Workflow #Transition

Submitted by ravisagar on

Have you use global loop transitions which you can trigger from any status in the workflow. It is useful when you want to do something like an escalation or raise an alert without leaving your current path in the workflow. Super useful.

#GlobalLoopTransition #Workflow

Raise #Jira #support ticket

Submitted by ravisagar on

Just wanted to remind everyone to please raise a support ticket for me if you need me to help you with Jira stuff :)

#Jira #Support

Scriptrunner for Jira - Listener How to log event names?

Submitted by ravisagar on

Let me show you how to get started with a Script Listener. In this video you will learn how to create your first listener with multiple events like Issue Created, Issue Updated and how to manage those events in the script.

#ScriptRunner #Listener

Plan vs Roadmap vs Timeline #Jira #Cloud

Submitted by ravisagar on

If you use #Jira Cloud after a while then you will definitely get confused with ever changing names. Wondering what is the difference between a Plan and Timeline and Roadmap?

#Plan #Roadmap #Timeline

Bye bye Jira Work Management #JWM #Jira

Submitted by ravisagar on

Jira Work Management and Jira Software are now one merged which is a good news because Jira Software now has the list and calendar views.

#Jira #JiraWorkManagement

Scriptrunner for Jira - Behaviour to Restrict Assignee

Submitted by ravisagar on

Today let us put some restrictions on the assignee field but only on create issue screen. We make make assignee field read-only with Unassigned, Automatic or assigned to a specific user.

#ScriptRunner #behaviour

Jira Work Management limitations #OnlyJira

Submitted by ravisagar on

Jira Work Management had some limitations like lack of configurable Board columns but not anymore because it is just #Jira

#Jira #JiraWorkManagement

Jira DC Consolidation - Various merge strategies

Submitted by ravisagar on

Jira Data Center instances often needs to be consolidated but you don't always have to merge in one go. There are some options.

#JiraDCMerge #MergeStrategy

We provide Scripting as a Service #HireUs #Sparxsys

Submitted by ravisagar on

We provide scripting as a service, please reach out to us in case you are struggling to automate your Jira instance or you are looking for a reliable company manage your Jira.

#ScriptRunner #Sparxsys

Custom Field as Statuses in #Jira

Submitted by ravisagar on

People often use Custom Fields to further elaborate their Statuses in the workflow and I think it is okay but don't overdo it.

#Jira #BestPractices

Jira Best Practices - Pain to maintain documentation

Submitted by ravisagar on

I know it is crucial to have up to date documentation of your Jira configurations but it also painful to keep it up to date. A lot of time and resources can go into maintaining documents.

#JiraBestPractices #Documentation

Subscribe

* indicates required

Please confirm that you would like to from Sparxsys:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices.

Want to contact me?