I am trying to suppress printing data related to article issue and month by using biblatex, but the code below does not work for citations generated by \mcite (or \mcitesupercite), although it does for simple citations generated by \cite.
\AtEveryBibitem{%
\clearfield{issue}%
\clearfield{month}%
}
Is there any simple way to allow that?