Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Transition issue external database query

Kondi March 7, 2022

Hi,

 

How to do something like that:

 

Transition issue (job every day) when external database query (postgresql) return some value.

I need to change status to "Payed" when select query return 1 or True where IDissue_from_jira  = issueID

 

It's is possible by some plugins?

 

Regards

1 answer

0 votes
Mohamed Benziane
Community Champion
March 7, 2022

Hi @Kondi 

You can try Scriptrunner, you should be able to create a job that query an external database and make some changes in Jira.

Kondi March 7, 2022

I try to find in documentation how to connect to external postgresql database, but i don't see that function at all

Mohamed Benziane
Community Champion
March 7, 2022

You will need to create a custom script that will read the external database and update some Jira issue.

https://scriptrunner.adaptavist.com/latest/jira/recipes/misc/connecting-to-databases.html

Suggest an answer

Log in or Sign up to answer