admin管理员组文章数量:1328032
I am new to WP and was wondering if i need a plugin for third party api integration. I want to retrieve data form the jira api and display it on my WP site. If i need a plugin, which do you recommend? Or should i create my own.
I did ask this question at stackoverflow but they didn't like me over there so i'll try my luck here.
I am new to WP and was wondering if i need a plugin for third party api integration. I want to retrieve data form the jira api and display it on my WP site. If i need a plugin, which do you recommend? Or should i create my own.
I did ask this question at stackoverflow but they didn't like me over there so i'll try my luck here.
Share Improve this question asked Jul 23, 2020 at 13:53 ThinsantaThinsanta 112 bronze badges 4- 1 Hi Thinsanta! Great name. It's probably not that they didn't like you, it's probably that you hadn't read some rules or guidelines and your post was simply outside of those. You can see some rules and guidelines for this Wordpress Development stackexchange here: wordpress.stackexchange/tour . You'll note that plugin recommendations are off topic here too so you may get some answers, or you may need to find a different venue, or ask a more specific question that is on-topic here. – mozboz Commented Jul 23, 2020 at 14:02
- Keep in mind that recommendations are offtopic here – Tom J Nowell ♦ Commented Jul 23, 2020 at 14:21
- Looks like this has already been addressed: community.atlassian/t5/Jira-discussions/… All I did was google 'JIRA API WordPress', it was the first result. – Tony Djukic Commented Jul 23, 2020 at 16:13
- Thank you guys for the comments. Very helpful and i'll look into the url about guidlines and url for jira! – Thinsanta Commented Jul 25, 2020 at 18:28
1 Answer
Reset to default 0You can do both:
- If a plugin exists for JIRA integration or accessing data from JIRA, and it does what you need, then yes you can use it
- If it does not, or you prefer to build your own, that too is an option
However, I cannot recommend a particular plugin, and you will need to consult JIRA API documentation for details on how to build your own.
You can use the WP_HTTP
APIs to speak to the JIRA API, though you will need to ask in JIRA developer communities for how to speak with those APIs to retrieve the data you desire.
Once you have the data, you can store it and display it on the frontend using various options:
- shortcodes
- blocks
- page templates
- posts created using the data that was retrieved
本文标签: rest apiDo i need to use a plugin for third party api integration
版权声明:本文标题:rest api - Do i need to use a plugin for third party api integration? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742238661a2438536.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论