1
votes

I'm wondering if anyone knows if there is a Release Calendar widget/view in Azure DevOps Services. Our support team simply wants to see our production releases (successful release pipeline runs) on a calendar so they know when updates to our service has happened.

Note: I looked through the existing widgets and marketplace but nothing stood out so asking here before we evaluate building it.

Update: We presently don't use Boards or Repos in Azure DevOps. We only use Pipelines so looking for a solution that plays nice with just that but appreciate sharing the other options.

2
Does this fit your requirements: marketplace.visualstudio.com/items?itemName=ms.vss-plans (You can create markers to represent releases)TrevorBrooks
Hi, how the things going? Does the below sample could help you achieve Release Calendar now? If yes, you can accept the answer thus other SO users will be able to see whether the solution works. If you still facing some issues, feel free to leave comment here thus I could continue to help you:-)Frank Wang-MSFT
I'm configuring a couple of the suggestions here to see what would work best. Will get back to everyone soon!Scott
@TrevorBrooks doesn't look like this will work. I failed to mention that we do not use Azure DevOps for Work Items. Delivery Plans looks like it requires Work Item management in Azure DevOps to be effective.Scott

2 Answers

2
votes

You can use Release Pipeline Overview widget without install anything in marketplace. enter image description here

After you select one release pipeline, this widget will show the names and status in the specific pipeline like below. enter image description here enter image description here

Then in your release pipeline, click Options and find the Release name format. enter image description here

Change the Release name format and add the specifice predefined variable to it. enter image description here

This variable will display the current date in you release name. Then you can get the release calendar in the Release pipeline overview widger like below. enter image description here

Addition

You can refer to here to get more information about pre-defined variable to specify the format mask. https://docs.microsoft.com/en-us/azure/devops/pipelines/release/index?view=azure-devops#how-do-i-manage-the-names-for-new-releases

0
votes

I believe you can leverage the new Portfolio Plans beta stuff to accomplish this.