Search This Blog

Breaking

Wednesday, 19 April 2023

Sonar Findings - JIRA FIcation


Recentally, I am working on to JIRAfy all our projects Sonar findings. To get start to implement it, I first created a flow diagram. To segregate Sonar issues, I used sonar rule filter. Rule is a filter on the basis of which all soanr issues are categorized. 

For Example: Thread.sleep(1000) should not be a part of test code. 

Every rule is associated with a rule id. So with the help of rule id, I filtered issues. Once i got all the issues, the next step I took, to create JIRA issues for them. 

To jiraficatiom, I first created a epic mentioning the rule and it's description. Inside the epic, I created a story if it does not exist in JIRA. To verify, that a story alredy exist in jira, I used label as a filter, whose value will be rule. Once the story will be created, we will link subtask to it.





This is right now in initial stage, will share details how it will proceede.





 

No comments:

Post a Comment