Mastering Epics in Jira
13:17
2 ай бұрын
JSM Knowledge Base 101
10:45
2 ай бұрын
Jira issue Collector
9:33
Жыл бұрын
Resolutions in Jira
13:50
Жыл бұрын
How to add initiatives in Jira cloud
15:33
Jira Cloud Bulk Changes
11:31
2 жыл бұрын
Пікірлер
@ClaudioPatricioRifoWahl
@ClaudioPatricioRifoWahl Күн бұрын
Hi!. Regarding the issue with editing certain attribute names, the reason is that these attributes are inherited. To make changes to these attributes, you need to edit them at the schema level where they were originally created. also, they release integrations to Intune and other systems. The integrated option is quite limited but you can also achieve this using external imports.
@MoK-m6t
@MoK-m6t 12 күн бұрын
Brilliant. Very informative video. Quite surprised that it got so few likes. Keep up the great work!
@ProjectFlowAcademy
@ProjectFlowAcademy 11 күн бұрын
thanks :)
@ProjectFlowAcademy
@ProjectFlowAcademy 19 күн бұрын
💡 Want to dive deeper? linktr.ee/mjurdyga
@jonathan.l
@jonathan.l Ай бұрын
Thank you for the tutorial, really helpful and much appreciated. One thing tho, I think that would be nice to try for next videos to get to the point quickly, as it is extremely annoying to have to sit through 5 minutes of blabbering, waiting for the actual relevant information to be given. The regular digressions throughout the video don't help either. However, the video helped me and my team to setup Jira Service Management and use it for our IT assets, as we wanted. Thanks again.
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Thanks, and yes, I 100% agree with you, that's why all my new videos are structured in the different way
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Check my FREE and Paid Services: linktr.ee/mjurdyga
@OvRaf
@OvRaf Ай бұрын
thanks a ton for this training. would you prompt why I am getting "Forbidden" when I do POST against out of the box Demo project? I removed almost all the restrictions from Demo settings
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Yo, yeah this is a bit misleading error - I was using Postman few days ago and same problem. So before you post anything make sure the "get" works find and you can get an issue details. In my case I selected wrong auth type plus was a small change in the API REST folder.
@OvRaf
@OvRaf Ай бұрын
@@ProjectFlowAcademy i get it work with basic auth. 🙂 and granted Create Issue permission
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
@@OvRaf Hmmm so it can be something on the project permission, just make sure you are the project admin as well.
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Free and Paid Resources linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
✅ Check Free and Paid Services: linktr.ee/mjurdyga
@dericalexander2871
@dericalexander2871 Ай бұрын
Hi, I have a quick question regarding the default questions in the system. At around 10:50 in the video, you show the fixed fields; however, I want to know how to customize them. Specifically, I’d like to know how to change the default question from "Assignee" to a different name. Thanks for your help!
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Yo, the screen is populated from the Slack app, and I'd like to know if you can change it. Yes, it's taking system fields from Jira, but we don't have any control over them. Regarding the assignee-again, that's the field from Jira as the system field, which can't be renamed. Plus, you will have a list of users on the drop-down. I hope that can help a bit :)
@JesSteenbruggen
@JesSteenbruggen Ай бұрын
Do you have a video on how to add a new Issue Field? Say we want to add a new Issue Field for a UAT Resolution that will produce its own post-function options/drop down menu. We need a board specific Resolution post function not to affect the rest of the resolutions across the company.
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Yo, I don't have much of a video, but I know what you are trying to do, and it's not that simple. However, I may know the alternative solution. You can book a call so we can discuss the solution calendly.com/projecflow/jira-strategy-call
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
✅ Check Free and Paid Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
✅ My Free and Paid resources: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
👉👉My Linktree: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
👉👉Our Services: linktr.ee/mjurdyga
@DorotaPopowska-p6o
@DorotaPopowska-p6o 2 ай бұрын
Great video, Mike! 🎉 I appreciate how you highlighted the epic cloning process. Template (Epic) Clone aligns perfectly with Jira issue management and could make life much easier for managers, product owners, and scrum masters. It streamlines workflows and saves time! Looking forward to seeing more of your content.
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
Thanks for the comment and yep, I can't agree more with you :)
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
👉👉Our Jira consultation services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
Paid and Free Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
✅ My Services and Best Tutorials: linktr.ee/mjurdyga
@hammadyounas2688
@hammadyounas2688 2 ай бұрын
Great video. I am currently working on a problem where I need to retrieve all comments that have been posted today. The goal is to get these comments and save the details along with the commenter's name, the date, and the time the comment was posted. I understand that this might be achievable using global automation, but I am unsure of how to implement these methods effectively. Can you solve this problem?
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
Yo, and thanks for the comment :) So regarding your question it's possible but in a different way. Do it like this. I also have a code on my gitlab for the PY code: Use JQL to filter comments created today: You can use a JQL query like this: Copyproject = "Your Project Key" AND created >= startOfDay() Use the Jira REST API to retrieve the filtered comments: You'll need to make a GET request to the Jira REST API endpoint for searching issues, including the JQL query and specifying that you want to retrieve comments. Process the API response: Parse the JSON response to extract the required information (commenter's name, date, and time) for each comment. Save the extracted data: Store the processed information in your desired format (e.g., database, file, etc.).
@ProjectFlowAcademy
@ProjectFlowAcademy 2 ай бұрын
✅ My Services and Best Tutorials: linktr.ee/mjurdyga
@AndriiKupriianov-d5c
@AndriiKupriianov-d5c 3 ай бұрын
how to simplify the window of resolution?
@AnastasiiaSavchyn
@AnastasiiaSavchyn 4 ай бұрын
Hey! I cant add the screen to my workflow. Is it because I use Jira for teams?
@ProjectFlowAcademy
@ProjectFlowAcademy 3 ай бұрын
Yeah for Team managed projects it's not possible (at the moment)
@ozerbaris
@ozerbaris 4 ай бұрын
Thx ! 🤩
@VarshaP-g7f
@VarshaP-g7f 4 ай бұрын
Can a project have more than one issue collector?
@ProjectFlowAcademy
@ProjectFlowAcademy 3 ай бұрын
Hi, no just one
@mahdiyehmirzadi9988
@mahdiyehmirzadi9988 5 ай бұрын
Thank you for your video
@ProjectFlowAcademy
@ProjectFlowAcademy 5 ай бұрын
Cool :)
@Justina.h.m
@Justina.h.m 5 ай бұрын
If you can't figure out this basic part on your own, find a new career path. Show me something challenging that can't be easily figured out by stumbling through the software.
@ProjectFlowAcademy
@ProjectFlowAcademy Ай бұрын
Unfortunately, I agree with you and that's why I kind of hate my old videos like this one, that's I will be re-doing with a different context.
@puzzlebrainiac5238
@puzzlebrainiac5238 6 ай бұрын
The reporting is incredibly slow, as you mentioned towards the end of this video. But it's there :)
@xnotz1930
@xnotz1930 6 ай бұрын
take this garbage off of youtube. no one wants your overhype title. "Are you struggling with a Jira Scrum project and don't know how to start in the right way?" like stfu. you are what makes youtube horrible.
@ChristopheDrn
@ChristopheDrn 6 ай бұрын
Thanks you very much ! Great tutorial. But just a question please : is it possible to call a screen to create another issue type (bug for example) ? Thanks you for your help 🙂
@ProjectFlowAcademy
@ProjectFlowAcademy 6 ай бұрын
Thanks :) Regarding your question, no, it's not possible but if you have a plugin should be ok. Maybe Script Runner can do it.
@nathanmackenzie1166
@nathanmackenzie1166 6 ай бұрын
Thanks for this, really helpful! I notice you say you can't rename the attribute fields but I think that's because you were looking at the inherited attributes. I've been able to successfully rename the default ones by going to the top of the tree 👍🏻
@ProjectFlowAcademy
@ProjectFlowAcademy 6 ай бұрын
Yeah, maybe, thanks for the comment. I think they also added few important changes since I recorded the video plus we can use reports now. I will re-visit it next month :)
@puzzlebrainiac5238
@puzzlebrainiac5238 6 ай бұрын
You are exactly right. THANK YOU for adding this detail. 👍
@junk6147
@junk6147 6 ай бұрын
Thanks!
@ProjectFlowAcademy
@ProjectFlowAcademy 6 ай бұрын
np :)
@paolomortara
@paolomortara 7 ай бұрын
Hiw can I create a smart filter in Jira ? Thanks !
@ProjectFlowAcademy
@ProjectFlowAcademy 7 ай бұрын
Yo, smart filters? I don't know anything about it. Maybe you are thinking about the AI generated reports - you need a Jira a premium for it.
@Cpal1924
@Cpal1924 7 ай бұрын
Very confusing
@JoãoAlves-j3h
@JoãoAlves-j3h 7 ай бұрын
Hello. What specifically the resolution does? I ask this because we wantto cleate an end fase that is "Request Canceled" and i thought the resolutions where the solution. But i dont think they are, if they just apply the .... In this case ... Request Canceled to every project when whe place them in done.
@ProjectFlowAcademy
@ProjectFlowAcademy 7 ай бұрын
Yo, I'm recommending you to watch the video 2 more times, but in a simply words Resolution tells you how and why a task was completed. It’s like explaining what happened to your LEGO project after you finished
@YashOak
@YashOak 7 ай бұрын
Thank you so much <3
@ProjectFlowAcademy
@ProjectFlowAcademy 7 ай бұрын
thanks :)
@babyxnicotine
@babyxnicotine 8 ай бұрын
This does not work
@damianfino6978
@damianfino6978 8 ай бұрын
Thanks it´s was very usefull!
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
Thanks :)
@orafaeloficialbr
@orafaeloficialbr 8 ай бұрын
I m using a lot this feature linked to the portal custom fields plus AQLs conditions, its help me a lot
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
Thank you :)
@orafaeloficialbr
@orafaeloficialbr 8 ай бұрын
Awesome tips🎉 tks
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
Thank you :)
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga
@ProjectFlowAcademy
@ProjectFlowAcademy 8 ай бұрын
✅ Check my Services: linktr.ee/mjurdyga