Change status JIRA issue through Gitlab commit

I turned on gitlab and jira integration. I can close jira tasks from master branch and links attached, all working as is should.
But I want change jira issue status by git commit. Have opportunity to move issue in any status from workflow.
Example:
publish - implemented
create PR - reade for test
merge to develop branch - ready for release
Maybe I cam use exist integration with syntax like:
implemented JIEAISSUE-1
or have to other approach?