Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,367
Community Members
 
Community Events
184
Community Groups

Change tast status in jira when pull request is approved in Github

Hello , 

 

I m interested if there is any way to automate this task , when pull request approved in Github , change the corresponding task status in Jita , 

Can it be done with Webhook ore some kind of automation with Jenkins server ? 

 

Thanks

1 answer

0 votes
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 20, 2021

Hi @Levan Murusidze ლევან მურუსიძე ,

I believe Jira automation should help you with this. There are special DevOps triggers available, so if your cloud Jira software is integrated with Github, you should be able to create automation rule like this:

  • WHEN: Pull request merged
  • THEN: Transition the issue to: some status.

See here for more info, section DevOps triggers.

Mauricio Prado
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 25, 2023

yeah, but the PR might be approved but not yet merged. 

 

E.g. in our workflow the PR is first approved by developers, and then it is passed to QA. but not merged until both approved the PR. 

 

But if  I wanted to change the Jira ticket from `Waiting for Code Review` to `Waiting for QA`, there seems not to exist an event that:


https://confluence.atlassian.com/adminjiraserver/configuring-workflow-triggers-938847513.html#Configuringworkflowtriggers-referencekeyReferencingaJiraissueinacommit,branch,pullrequest,orreview

Suggest an answer

Log in or Sign up to answer