Bonjour,
Notre équipe de développeurs travaille sur Gitlab et je suis chef de projet, j'organise le travail dans JIRA. Lorsque nous créons des tickets dans JIRA, nous les groupons et souvent nous créons des livraisons dans lesquelles nous glissons tous les tickets qui sont sensés sortir dans cette livraison.
Le problème c'est que les développeurs font leur deployments dans Gitlab, il nous disent que la version 3.2 est en production par exemple, mais dans JIRA je me retrouve avec une liste de tickets en waiting prod, qui, je suppose sont live, mais je n'ai aucun moyen de vérifier que tous les tickets ont été mis dans cette version.
Seuls les développeurs savent. Je dois donc fermer les versions un peu à l'aveugle.
Du coup, nous voulions savoir si il était possible d'automatiser la fermeture des tickets dans JIRA : passage en DONE lorsque dans Gitlab ce ticket (enfin ce bout de code) est passé en production.
Voilà notre workflow de merge dans master:
Comment pourrait-on automatiser la fermeture des tickets dans JIRA en se basant sur notre workflow dans Git?
Merci d'avance pour votre aide.
Hi @Agnès Darricau -- Welcome to the Atlassian Community!
You could do that using automation rules, so please discuss with your team if they are interested in that approach.
That would require integrating your tools with Jira, as described here: https://support.atlassian.com/jira-software-cloud/docs/configure-development-tools/
And then building rules using the DevOps related triggers and smart values: https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#DevOps-triggers
Here are some example rules in the template library to learn what may be possible: https://www.atlassian.com/software/jira/automation-template-library/bitbucket-github-gitlab
Finally, some activities do not have built-in rule actions to support them. For those, a rule could call your pipeline tools' REST API endpoints using the Send Web Request action: https://community.atlassian.com/t5/Jira-articles/Automation-for-Jira-Send-web-request-using-Jira-REST-API/ba-p/1443828
Kind regards,
Bill
Thanks a lot for all that info Bill, I will transfer your message to the dev team and hopefully it will guide them to put this in place !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.