com.atlassian.jira.action.JiraActionSupport is deprecated since 6.1
From jira 6.2 onwards api doc mentions that use JiraWebActionSupport but still internally using JiraActionSupport
Please let me know other alternative not to see this deprecated warning in my code base
Thanks
Well ideally you should use the recommended class.
Or just suppress the error in your IDE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.