Тёмный

Jira API Call - How to create a new ticket using API REST 

Project Flow Academy
Подписаться 4,6 тыс.
Просмотров 13 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@ProjectFlowAcademy
@ProjectFlowAcademy Год назад
➢🎓 Training and my Services: projectflow.co.uk/start/
@damianfino6978
@damianfino6978 7 месяцев назад
Thanks it´s was very usefull!
@ProjectFlowAcademy
@ProjectFlowAcademy 7 месяцев назад
Thanks :)
@shareekhaldi
@shareekhaldi 11 месяцев назад
I am so new to API as a Jira admin. I understand how to create an individual API token, but how do you get the URL and Passwords to be able to integrate as a non-individual (ie. integrating service now)
@shareekhaldi
@shareekhaldi 11 месяцев назад
cloud btw :)
@ProjectFlowAcademy
@ProjectFlowAcademy 11 месяцев назад
@@shareekhaldi Hi :) Sorry I missed your message so you need to use your Cloud URL which is in the format like this: mydemodomain.atlassian.net/
@AkhileshSehgal-w8m
@AkhileshSehgal-w8m 8 месяцев назад
Hi, I am using an application user to create issue as my Jira local server has SSO enabled. I am fetching the fields based on the issue type, now I want to handle these fields dynamically based on the response. How can I handle that and provide different input types based on these. Can you help on this? TIA
@ProjectFlowAcademy
@ProjectFlowAcademy 8 месяцев назад
No
@edgaremmanuel3197
@edgaremmanuel3197 7 месяцев назад
😂
@srilalithaj2796
@srilalithaj2796 Год назад
Please provide the github link as in the above link I couldn't find any code
@ProjectFlowAcademy
@ProjectFlowAcademy Год назад
Yo, yeah, it was in the bottom on the description but no problem, try this :) github.com/mjurdyga/Jira-Pub/blob/main/New-Ticket.JSON
@medico3048
@medico3048 Год назад
Thanks for this. How do we get the url
@ProjectFlowAcademy
@ProjectFlowAcademy Год назад
Hey, what link? I was talking about a few bits :)
@michaelbrauner
@michaelbrauner Год назад
This does not work anymore. I am never able to authenticate correctly.
@ProjectFlowAcademy
@ProjectFlowAcademy Год назад
Hey, thanks for the comment, so it's little tricky in the Jira cloud. I will record a quick video how to do it but try this. Generate an API key and log in as the standard used an use API key as the password
@Huergo315
@Huergo315 9 месяцев назад
How can I add a ticket within an epic?
@ProjectFlowAcademy
@ProjectFlowAcademy 8 месяцев назад
So you need to select Epic as the issue type and don't forget to add epic name and summary. I know they are checking it a bit but I tested it last month and it was fine.
@Huergo315
@Huergo315 8 месяцев назад
@@ProjectFlowAcademy requestData = { fields: { project: { key: key, }, summary: title, description: description, issuetype: { name: 'Bug', }, epic: 'F-876', }, }; // This is the data I sent you but it doesn't work for me.I found some information where it says I should add the "custom field" but I don't understand. Could you make a video explaining how to create a ticket and put it into an epic?
@babyxnicotine
@babyxnicotine 6 месяцев назад
This does not work
Далее
What is a REST API?
9:12
Просмотров 1,6 млн
Screens in Jira (Issue type Screen Scheme)
14:23
Просмотров 6 тыс.
Jira issue Collector
9:33
Просмотров 7 тыс.
Extract from JIRA to Power BI (using Power Query)
17:28