You 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
Related Posts:
- Multisite functions to communicate with individual site functions
- REST-API: extend media-endpoint
- Keep user’s privileges on accessing contents in JSON response
- How to modify WCMP Rest API response?
- wp_remote_get() returns 403 while file_get_contents() does not
- Limit post creation by role
- Set plugin-values when creating post via REST-API
- Getting a Page via its post-name using WP REST API v2 and Postman
- Custom API plugin to execute 3rd party API to retrieve data
- Escape commas in REST API
- is it possible to fetch data from a remote api while admin is writing a new post?
- WordPress output data to another website and pull data
- How to get data from a private API and add it to wordpress pages
- wp rest api (v2) filter not working (404 error – rest_no_route)
- How can I send api calls from my plugin?
- Is it possible to create post in wordpress using postman?
- i need to resive data external api and show user
- How to pass the API key to the client from the database? [closed]
- Prevent plugin from intruding on wp-json posts api
- REST route from a plugin not working if WordPress is installed in a subdirectory
- Plugin retrieving results even after uninstallation
- WordPress REST API Plugin Development – Add Custom Endpoint
- How to set category correctly for a custom post created by a remote API call?
- Integrating boxtal PHP library into a custom WordPress Plugin
- How to create WordPress custom end point with multiple parameters?
- How to execute plugin and theme updates from a web hook / endpoint?
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- REST API can’t get the response manually
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- How to Include Fields in Query String When Making Request of WordPress.org Plugin API?
- Sending customer an email with link to stripe to make payment
- Api external with wordpress
- How to get a list of all the available plugins names
- How can ι create my own (custom) WordPress table/list?
- WP Rest API and json_decode()
- WordPress /users/me endpoint request forbidden
- Can i use init hook for API purpose?
- Including content from legacy app: via plugin or custom content?
- Why may one avoid Jetpack plugin? [closed]
- Seperate plugin and theme files
- Change Dashboard URL from wp-admin to wp-admin/index.php
- WordPress Media Library Folders + Custom Linux Server Hosting
- How to convert Currency from USD to other IP Based currency in Php function
- wc_get_template_part doesnt display the content [duplicate]
- WordPress REST API: Query media files attached to a custom post type
- How do I display PHP file contents on front end of WordPress?
- I’m receiving the following error using the below code: Uncaught Error: Cannot use object of type WP_REST_Response as array
- Push Contact form 7 variable to front end after submission
- How to send SMS notification to customer after click on submit?
- How to send the featured image of a post to an API?
- Ability to change homepage on WordPress using API
- How to authenticate via API to allow writes/updates
- Adding Custom Endpoint in WordPress Rest API
- One WooCommerce Store to multi distributor sites
- How to use third-party SendGrid Email Validation API in Gravity Forms?
- Custom REST API POST Endpoint Not Working, 404 Error
- Getting all woocommerce products from REST API call in plugin
- add tags to wordpress post using REST API
- Hide response returned from WordPress REST API call
- How much PHP and MySQL or MariaDB knowledge should I know to start writing WordPress themes and plug-ins and whatever else a beginner can edit?
- One time call to external API in widget
- How achive serving multiple concurrent Ajax / Rest calls in plugin?
- CRUD from WordPress to Business Central 365 through OData REST API
- WP Rest Api GET method restriction on route, but POST method also works
- Showing how many times is plugin activated or deactivated
- Modifying server’s response to API endpoint
- wp_remote_post To external API multiple values with the same key
- Can’t access 3rd party API, code works on local server but not on wordpress
- Is it possible to custom set query for a WordPress REST API response?
- How can I add a permissions callback to the REST API index pages?
- Create API for registering user on wordpress site with 3rd party site
- Different function call depending on shortcode?
- How to find out programmatically whether any cache plugin is installed in the WordPress website?
- How to use information from the database in the front-end?
- Mailpoet Sign up on Custom registration form won’t work
- Fetching users data from REST API
- Consume legacy rest api dependent upon WP API plugin
- WordPress PHP error getting posts from another wordpress blog
- API page return Header 500 but Work
- custom REST endpoint not passing body of POST request to callback
- In the WordPress API is there a way to set the width of the post/page container
- Fetching WP.me shortlinks for posts using WP Rest API
- Upload image to wordpress using ionic/cordova with WP REST API V2
- WP Rest API v2.0 user profile update issue
- what is the best way to create a premium plugin while also protecting your code
- Sending post data over REST API, how to parse shortcodes in post_content?
- How to do rest APi with wordpress
- WordPress, modular content, and syndication
- create web service for android app using wordpress website
- API Functions to Register and Show WordPress List Tables
- Convert HTML5/CSS3 site to WordPress Theme (need a lot of plugins) or just use the API?
- Integrating a hosted app with wordpress using the API
- Plugin that uses AngularJS tutorial
- Import tumblr post to wordpress blog
- Extend WordPress REST API with Scheme Pro Plugin
- Get value of a key from a Plugin Serialized array
- How to add/manage Followers (email subscribers) via API?
- how to know that a wordpress plugin support using API?
- How to import data from another website using an API link?