Hi Team,
Right Now I am using Jira DC v8.20.21. I am developing some functionality using groovy script. Based on the status I need to give some activity.
But I don't know how to get the status field value.
I tried to get the status value following script but it is not working
def sc = issue.getStatus().getName()
Kindly anyone help me to get the current status of the story.
Thanks and Regards
Peruma.C