I use this package for Jira APIs but in my project requirement, we take Jira credentials from users and use their credentials on run time.
Laravel provides the functionality to update config on run time.
If credentials are taken from config then we can update these on run time or we can use credentials dynamically.
Please use credentials from Jira specific config file in Laravel config folder.