Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video on APM overview #401

Merged
merged 4 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/program-management-with-jira/0-jira-account-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following video walks through:
3. Creating the `Itsy Marketplace` that will serve as the program project. [1:09](https://youtu.be/Wcv92pAlryk?t=69)
4. Creating the Order, Store, and Payment projects that will be used for individual product team projects. [1:53](https://youtu.be/Wcv92pAlryk?t=113)

<iframe class="block-16-by-9" src="https://www.youtube.com/embed/Wcv92pAlryk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="block-16-by-9 drop-shadow-center-black" src="https://www.youtube.com/embed/Wcv92pAlryk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Upgrading to Jira Premium

Expand Down
5 changes: 3 additions & 2 deletions src/program-management-with-jira/8-estimating.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ On a high level, we suggest repeating for each step of each use case:
3. Identify any dependencies on other teams.


This process is explained in the following Google Slides presentation: [https://docs.google.com/presentation/d/17yP8rbcjkajw2gA7C1WHhCT1Iy3-AE2Qk9Y5-9v4czw/edit?usp=sharing](https://docs.google.com/presentation/d/17yP8rbcjkajw2gA7C1WHhCT1Iy3-AE2Qk9Y5-9v4czw/edit?usp=sharing).
This process is explained in the following: [Google Slides presentation](https://docs.google.com/presentation/d/17yP8rbcjkajw2gA7C1WHhCT1Iy3-AE2Qk9Y5-9v4czw/edit?usp=sharing):

<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRoQkGBxqt4_OohuLDYaXRRKw2VGFoERtO_-eSjY-0UZ2U-h_Qjn-emjkiSCwAVHFV4LYAIsC5gkCNA/embed?start=false&loop=false&delayms=3000" frameborder="0" class="block-16-by-9" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

<img src="../static/img/program-management-with-jira/estimating/initiative-to-epics-video.png" class="content-400-800-shadow"/>

The presentation walks through breaking down the initiative into the following 8 epics:

Expand Down
1 change: 1 addition & 0 deletions src/program-management-with-jira/9-breaking-long-poles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

@description Learn how to recognize which work will take the longest, and ways to break things up.

@body

Overview
--------
Expand Down
13 changes: 12 additions & 1 deletion src/program-management-with-jira/program-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,29 @@ of the techniques in this training. <br/>
<a href="https://www.youtube.com/watch?v=ipW1I74cDGo">
<div>Real World Results</div>
<div>
See how these techniques have been used in the real world to manage
See how these techniques have been used on real projects to manage
huge teams for products millions of people use daily.
<span>Click here to watch.</span>
</div>
<img src="../static/img/program-management-with-jira/home/case-study-thumb.png"/>
</a>
<a href="https://www.linkedin.com/feed/update/urn:li:activity:7103035457785008128?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7103035457785008128%2C7103106664626561025%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287103106664626561025%2Curn%3Ali%3Aactivity%3A7103035457785008128%29">
<div>What Folks Are Saying</div>
<div>
Thanks again Justin Meyer & Paul Herzog! I'm excited to use the planning & estimating tools you all educated us on and continue to grow my Jira know-how.
</div>
<img src="../static/img/program-management-with-jira/home/joe-thumb.png"/>
</a>
</div>



## Video

Watch the following instead of reading the rest of the page:


<iframe class="block-16-by-9" src="https://www.youtube.com/embed/X3F7cFnKMQc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>


## Purpose
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion static/styles/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@
/* Combined Helpers */
.ads-red-border-300 {
display: flex; gap: 20px;

flex-wrap: wrap;
> a {
cursor: pointer;
.border-4-rounded-red-with-drop-shadow();
.block();
.a-as-p();
Expand All @@ -134,5 +135,6 @@
img {
width: 292px;
.block();
padding-top: 4px;
}
}
Loading