2

I am not able to transition any issue or update their state from github state.

I tried following commands :-

git commit -m "NDA-113 #time 1w 2d 4h 30m Total work logged"
git commit -m "NDA-113 #comment Total work logged"

Those commits are coming in development section but smart commit actions are not working.

I tried all the suggestion in Atlassian docs, user email in JIRA and github account is same.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Ankit Jain
  • 798
  • 8
  • 20

2 Answers2

0

Check what you email on github are same in jira

Ya Yura
  • 621
  • 5
  • 3
0

If your email is the same (which catch me out as my IntelliJ was adjusting my email on commits), then the next most likely cause is that you haven't setup Transition Triggers in your workflow and/or are not calling it in the commit.

Example:
git commit -m "NDA-113 #qa #comment Total work logged"
Where the #qa is the transition to QA lane

Final Note: For sanity double check that you have Switched On Smart Commits